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
System.Object

Valore da assegnare.

Valore restituito

System.Object

Si applica a