ViewCommandExtensions.BindToTarget(ICommand, View) method¶
Defined in
Type: ViewCommandExtensions
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0
public static IDisposable BindToTarget(this ICommand command, View control)
Parameters
| Name | Type | Description |
|---|---|---|
command | ICommand | -- |
control | View | -- |
Returns: IDisposable