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