FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoEventArgs Class / Action Property


In This Topic
Action Property (UndoRedoEventArgs)
In This Topic
Gets the undo action which has just completed.
Syntax
'Declaration
 
Public ReadOnly Property Action As UndoAction
 
'Usage
 
Dim instance As UndoRedoEventArgs
Dim value As UndoAction
 
value = instance.Action
See Also