The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ViewCommandExtensions Class

Summary

Extension methods for view commands.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ViewCommandExtensions"] class Type type-node

Syntax

public static class ViewCommandExtensions

Methods

Name Value Summary
BindToTarget(ICommand, View) IDisposable
Binds the command to target view control.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.