BindableProperty.CoerceValueDelegate Delegato

Definizione

Delegato per BindableProperty.CoerceValue.

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

Parametri

bindable
BindableObject

Oggetto associabile che contiene la proprietà.

value
Object

Valore da assegnare.

Valore restituito

Si applica a