Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartSeriesIndicatorUndoAction Class / PerformUndoAction Method


In This Topic
    PerformUndoAction Method (SpreadChartSeriesIndicatorUndoAction)
    In This Topic
    Performs the undo action.
    Syntax
    'Declaration
     
    
    Public Overrides Function PerformUndoAction( _
       ByVal sender As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartSeriesIndicatorUndoAction
    Dim sender As Object
    Dim value As Boolean
     
    value = instance.PerformUndoAction(sender)
    public override bool PerformUndoAction( 
       object sender
    )

    Parameters

    sender

    Return Value

    Boolean: true if successful; false otherwise
    Remarks
    If sender is a SpreadView object, it will be used to fire events during the operation.
    See Also