Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / PerformUndoAction Method
UndoAction


In This Topic
    PerformUndoAction Method (UndoManager)
    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 UndoManager
    Dim action As UndoAction
    Dim value As Boolean
     
    value = instance.PerformUndoAction(action)
    public bool PerformUndoAction( 
       UndoAction action
    )

    Parameters

    action
    UndoAction
    See Also