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


In This Topic
    PerformUndoAction Method (UndoRedoManager)
    In This Topic
    Performs the specified action (it can then be undone with Undo).
    Syntax
    'Declaration
     
    
    Public Function PerformUndoAction( _
       ByVal action As UndoAction _
    ) As Boolean
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim action As UndoAction
    Dim value As Boolean
     
    value = instance.PerformUndoAction(action)
    public bool PerformUndoAction( 
       UndoAction action
    )

    Parameters

    action
    UndoAction

    Return Value

    Boolean: true if successful; false otherwise
    See Also