CanExecute Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

ActionCommand<(Of <(<'T>)>)>..::..CanExecute Method

Defines the method that determines whether the command can execute in its current state.

Namespace:  RegnoSoftware.Standard.Commands
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public bool CanExecute(
	Object parameter
)

Parameters

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

Return Value

true if this command can be executed; otherwise, false.