GrapeCity.Xaml.SpreadSheet.UI Namespace > UndoManager Class : Changed Event |
'Declaration Public Event Changed As EventHandler(Of UndoRedoEventArgs)
'Usage Dim instance As UndoManager Dim handler As EventHandler(Of UndoRedoEventArgs) AddHandler instance.Changed, handler
public event EventHandler<UndoRedoEventArgs> Changed
The event handler receives an argument of type UndoRedoEventArgs containing data related to this event. The following UndoRedoEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the current action string. |
UndoRedo | Gets a value indicating whether it is a undo or redo action. |
Target Platforms: Windows Server 2012, Windows RT