Table of Contents

Class ViewCommandExtensions

Namespace
ReactiveUI
Assembly
ReactiveUI.dll

Extension methods for view commands.

public static class ViewCommandExtensions : Object
Inheritance
ViewCommandExtensions

Methods

BindToTarget(ICommand, View)

Binds the command to target view control.

public static IDisposable BindToTarget(this ICommand command, View control)

Parameters

command ICommand

The command.

control View

The control.

Returns

IDisposable

A disposable.