GrapeCity.Xaml.SpreadSheet.UI
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

UndoManager Class
UndoManager Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options