Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoRedoEventArgs Class / UndoRedoEventArgs Constructor
The undo redo.
The action.


In This Topic
    UndoRedoEventArgs Constructor
    In This Topic
    Initializes a new instance of the UndoRedoEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal undoRedo As UndoRedoOperation, _
       ByVal action As String _
    )
    'Usage
     
    Dim undoRedo As UndoRedoOperation
    Dim action As String
     
    Dim instance As New UndoRedoEventArgs(undoRedo, action)
    public UndoRedoEventArgs( 
       UndoRedoOperation undoRedo,
       string action
    )

    Parameters

    undoRedo
    The undo redo.
    action
    The action.
    See Also