Share via


BindableObjectExtensions.Invoke<TBindable> Method

Definition

public static TBindable Invoke<TBindable> (this TBindable bindable, Action<TBindable> action) where TBindable : Xamarin.Forms.BindableObject;
static member Invoke : 'Bindable * Action<'Bindable (requires 'Bindable :> Xamarin.Forms.BindableObject)> -> 'Bindable (requires 'Bindable :> Xamarin.Forms.BindableObject)

Type Parameters

TBindable

Parameters

bindable
TBindable
action
System.Action<TBindable>

Returns

TBindable

Applies to