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 |
IDisposable |
Binds the
ICommand to target UIControl .
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|