BindableObjectExtensions.BindCommand<TBindable> Method

Definition

public static TBindable BindCommand<TBindable> (this TBindable bindable, string path = ".", object source = default, string parameterPath = ".", object parameterSource = default) where TBindable : Xamarin.Forms.BindableObject;
static member BindCommand : 'Bindable * string * obj * string * obj -> 'Bindable (requires 'Bindable :> Xamarin.Forms.BindableObject)

Type Parameters

TBindable

Parameters

bindable
TBindable
path
String
source
Object
parameterPath
String
parameterSource
Object

Returns

TBindable

Applies to