Skip to content

RxCommand.ICommandCanExecute(object?) method

Defined in

Type: RxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

protected virtual bool ICommandCanExecute(object? parameter)

View source

Summary: Will be called by the methods from the ICommand interface. This method is called when the Command should evaluate if it can execute.

Parameters

NameTypeDescription
parameterobject?The parameter being passed to the ICommand.

Returns: bool -- If the command can be executed.