BindableObjectExtensions.BindCommand<TBindable> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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