Spread Silverlight Documentation
CanExecute Method (DragFillUndoAction)


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > DragFillUndoAction Class : CanExecute Method
Object on which the undo action occurred.
Defines the method that determines whether the action can execute in its current state.
Syntax
'Declaration
 
Public Overrides Function CanExecute( _
   ByVal parameter As System.Object _
) As System.Boolean
'Usage
 
Dim instance As DragFillUndoAction
Dim parameter As System.Object
Dim value As System.Boolean
 
value = instance.CanExecute(parameter)
public override System.bool CanExecute( 
   System.object parameter
)

Parameters

parameter
Object on which the undo action occurred.

Return Value

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

Reference

DragFillUndoAction Class
DragFillUndoAction Members