Skip to content

RxCommandExtensions class

Defined in

Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll Full name: ReactiveMarbles.Command.RxCommandExtensions Modifiers: public static

Summary

View source

        Extension method for invoking commands.
        

Applies to

netstandard2.0

Methods

NameSummary
static InvokeCommandA 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()...
Inherited members