BindableProperty.CoerceValueDelegate Delegate

Definition

Delegate for BindableProperty.CoerceValue.

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj

Parameters

bindable
BindableObject

The bindable object that contains the property.

value
Object

The value to coerce.

Return Value

Applies to