GrapeCity.Xaml.SpreadSheet.UI
Do Method


GrapeCity.Xaml.SpreadSheet.UI Namespace > UndoManager Class : Do Method
The Action.
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

Reference

UndoManager Class
UndoManager Members