[]
Represents the event data for the undo and redo events handled by the undo manager.
public class UndoRedoCancelEventArgs : CancelEventArgs
Public Class UndoRedoCancelEventArgs
Inherits CancelEventArgs
| Name | Description |
|---|---|
| UndoRedoCancelEventArgs(UndoAction) | Initializes a new instance of the UndoRedoEventArgs class. |
| Name | Description |
|---|---|
| Action | Gets the undo action which has just completed. |