Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoAction Class / PerformAction Method
The sender.


In This Topic
    PerformAction Method (UndoAction)
    In This Topic
    Performs the undo action.
    Syntax
    'Declaration
     
    
    Public Overrides Sub PerformAction( _
       ByVal sender As Object _
    ) 
    'Usage
     
    
    Dim instance As UndoAction
    Dim sender As Object
     
    instance.PerformAction(sender)
    public override void PerformAction( 
       object sender
    )

    Parameters

    sender
    The sender.
    Remarks
    If sender is a FpChart object, it will be used to fire events during the operation.
    See Also