| UndoBufferOnOperationUndone Method |
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax protected void OnOperationUndone()
Protected Sub OnOperationUndone
protected:
void OnOperationUndone()
member OnOperationUndone : unit -> unit
Remarks Notes to Inheritors: When overriding
OperationUndone
in a derived class, be sure to call the base class's
OperationUndone
method so that registered delegates receive the event.
See Also