IRecordableCallback Interface |
Defines callback methods that are invoked when a recordable object is involved in an undo or redo operation.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface IRecordableCallback
The IRecordableCallback type exposes the following members.
Name | Description | |
---|---|---|
OnReplayed |
Method invoked after the undo or redo operation has started.
| |
OnReplaying |
Method invoked before the undo or redo operation has started.
|