Click or drag to resize
DigitalRuneUndoBufferOnOperationUndone Method
Raises the OperationUndone event.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected void OnOperationUndone()
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