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