RxCommandExtensions class¶
Defined in
Namespace: ReactiveMarbles.Command
Assembly: ReactiveMarbles.Command.dll
Full name: ReactiveMarbles.Command.RxCommandExtensions
Modifiers: public static
Summary¶
Extension method for invoking commands.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static InvokeCommand | A utility method that will pipe an Observable to an ICommand (i.e. it will first call its CanExecute with the provided value, then if the command can be executed, Execute()... |