Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteUndoAction Class / PerformAction Method
The sender.


In This Topic
    PerformAction Method (ClipboardPasteUndoAction)
    In This Topic
    Performs the undo action.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PerformAction( _
       ByVal sender As Object _
    ) 
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim sender As Object
     
    instance.PerformAction(sender)
    public virtual 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