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


In This Topic
    Perform Method
    In This Topic
    Performs the specified action as undoable action if the action can be undone.
    Syntax
    'Declaration
     
    
    Public Function Perform( _
       ByVal action As Action _
    ) As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim action As Action
    Dim value As Boolean
     
    value = instance.Perform(action)
    public bool Perform( 
       Action action
    )

    Parameters

    action
    The action to perform.
    See Also