Skip to content

RxCommand.OnCanExecuteChanged(bool) method

Defined in

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

Applies to

netstandard2.0

protected virtual void OnCanExecuteChanged(bool newValue)

View source

Summary: Will trigger a event when the CanExecute condition has changed.

Parameters

NameTypeDescription
newValueboolThe new value of the execute.