GrapeCity.Xaml.SpreadSheet.UI
CanExecute Method (MoveFloatingObjectUndoAction)


GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > MoveFloatingObjectUndoAction Class : CanExecute Method
Data used by the action. If the action does not require data to be passed, this object can be set to null.
Defines the method that determines whether the action can execute in its current state.
Syntax
'Declaration
 
Public Overrides Function CanExecute( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As MoveFloatingObjectUndoAction
Dim parameter As Object
Dim value As Boolean
 
value = instance.CanExecute(parameter)
public override bool CanExecute( 
   object parameter
)

Parameters

parameter
Data used by the action. If the action does not require data to be passed, this object can be set to null.

Return Value

true if this action can be executed; otherwise, false.
See Also

Reference

MoveFloatingObjectUndoAction Class
MoveFloatingObjectUndoAction Members