Partager via


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
System.String
source
System.Object
parameterPath
System.String
parameterSource
System.Object

Returns

TBindable

Applies to