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