[]
Occurs when the undo action is performing, user can cancel this undo action. Cancelled undo action are not added to redo list and are not removed from undo list.
[Browsable(false)]
public event UndoRedoCancelEventHandler UndoPerforming
<Browsable(False)>
Public Event UndoPerforming As UndoRedoCancelEventHandler
Type | Description |
---|---|
UndoRedoCancelEventHandler | Occurs when the undo action is performing, user can cancel this undo action. Cancelled undo action are not added to redo list and are not removed from undo list. |