Spread Windows Forms 15.0
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)
    public UndoRedoEventArgs( 
       UndoAction action
    )

    Parameters

    action
    Undo action
    See Also