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

UIControlCommandExtensions Class

Summary

Extension methods for binding ICommand to a UIControl.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["UIControlCommandExtensions"] class Type type-node

Syntax

public static class UIControlCommandExtensions

Methods

Name Value Summary
BindToTarget(ICommand, UIControl, UIControlEvent) IDisposable
Binds the ICommand to target UIControl.
static

Extension Methods

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