Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoCancelEventArgs Class / UndoRedoCancelEventArgs Constructor
The action.


In This Topic
    UndoRedoCancelEventArgs Constructor
    In This Topic
    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 UndoRedoCancelEventArgs(action)
    public UndoRedoCancelEventArgs( 
       UndoAction action
    )

    Parameters

    action
    The action.
    See Also