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.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public interface IRecordableCallbackMethods
| Name | Description |
|---|---|
| OnReplayed(ReplayKind, ReplayContext) | Method invoked after the undo or redo operation has started. |
| OnReplaying(ReplayKind, ReplayContext) | Method invoked before the undo or redo operation has started. |