Spread Windows Forms 12.0 Product Documentation
UndoRedoEventArgs Constructor


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

Parameters

action
Undo action
See Also

Reference

UndoRedoEventArgs Class
UndoRedoEventArgs Members