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