Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ClearValueUndoAction Class / CanExecute Method
Object on which the undo action occurred.


In This Topic
    CanExecute Method (ClearValueUndoAction)
    In This Topic
    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 ClearValueUndoAction
    Dim parameter As Object
    Dim value As Boolean
     
    value = instance.CanExecute(parameter)
    public override bool CanExecute( 
       object parameter
    )

    Parameters

    parameter
    Object on which the undo action occurred.

    Return Value

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