Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / Do Method
The Action.


In This Topic
    Do Method
    In This Topic
    Performs an Action and adds it to the undo list if the Action can be undone.
    Syntax
    'Declaration
     
    Public Function Do( _
       ByVal action As ICommand _
    ) As Boolean
    'Usage
     
    Dim instance As UndoManager
    Dim action As ICommand
    Dim value As Boolean
     
    value = instance.Do(action)
    public bool Do( 
       ICommand action
    )

    Parameters

    action
    The Action.
    See Also