Spread Windows Forms 12.0 Product Documentation
UndoRedoEventArgs Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoEventArgs Class : UndoRedoEventArgs Constructor
The action.
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)
public UndoRedoEventArgs( 
   UndoAction action
)

Parameters

action
The action.
See Also

Reference

UndoRedoEventArgs Class
UndoRedoEventArgs Members