BindableObjectExtensions.Invoke<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 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