RxCommand.OnCanExecuteChanged(bool) method¶
Defined in
Type: RxCommandReactiveMarbles.Command
Assembly: ReactiveMarbles.Command.dll
Applies to
netstandard2.0
protected virtual void OnCanExecuteChanged(bool newValue)
Summary: Will trigger a event when the CanExecute condition has changed.
Parameters
| Name | Type | Description |
|---|---|---|
newValue | bool | The new value of the execute. |