Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoRedoEventArgs Class / UndoRedoEventArgs Constructor
Undo action


In This Topic
UndoRedoEventArgs Constructor
In This Topic
Creates a new set of event data for an undo action.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As UndoAction _
)
 
'Usage
 
Dim action As UndoAction
 
Dim instance As New UndoRedoEventArgs(action)

Parameters

action
Undo action
See Also