GrapeCity.Xaml.SpreadSheet.UI
Execute Method (CellEditUndoAction)


GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > CellEditUndoAction Class : Execute Method
Object on which the action occurred.
Defines the method to be called when the action is invoked.
Syntax
'Declaration
 
Public Overrides Sub Execute( _
   ByVal parameter As Object _
) 
'Usage
 
Dim instance As CellEditUndoAction
Dim parameter As Object
 
instance.Execute(parameter)
public override void Execute( 
   object parameter
)

Parameters

parameter
Object on which the action occurred.
See Also

Reference

CellEditUndoAction Class
CellEditUndoAction Members