Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / PerformUndoAction Method
The action to perform.


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
    The action to perform.
    See Also