Click or drag to resize
DigitalRuneUndoBufferOnOperationRedone Method
Raises the OperationRedone event.

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