Table of Contents

Class UIControlCommandExtensions

Namespace
ReactiveUI
Assembly
ReactiveUI.dll

Extension methods for binding ICommand to a UIKit.UIControl.

public static class UIControlCommandExtensions : Object
Inheritance
UIControlCommandExtensions

Methods

BindToTarget(ICommand, UIControl, UIControlEvent)

Binds the ICommand to target UIKit.UIControl.

public static IDisposable BindToTarget(this ICommand item, UIControl control, UIControlEvent events)

Parameters

item ICommand

The command to bind to.

control UIControl

The control.

events UIControlEvent

The events.

Returns

IDisposable

A disposable.