[]
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) | Creates a new set of event data for an undo action. |
Name | Description |
---|---|
Action | Gets the undo action which has just completed. |