FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoEventArgs Class / UndoRedoEventArgs Constructor
The action.


In This Topic
UndoRedoEventArgs Constructor
In This Topic
Initializes a new instance of the UndoRedoEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As UndoAction _
)
 
'Usage
 
Dim action As UndoAction
 
Dim instance As New UndoRedoEventArgs(action)

Parameters

action
The action.
See Also