UIControlCommandExtensions.BindToTarget(ICommand, UIControl, UIControlEvent) method¶
Defined in
Type: UIControlCommandExtensions
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public static IDisposable BindToTarget(this ICommand item, UIControl control, UIControlEvent events)
Parameters
| Name | Type | Description |
|---|---|---|
item | ICommand | -- |
control | UIControl | -- |
events | UIControlEvent | -- |
Returns: IDisposable