BindableProperty.CoerceValueDelegate<TPropertyType> Delegato

Definizione

Delegato fortemente tipizzato per BindableProperty.CoerceValue.

public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType

Parametri di tipo

TPropertyType

Tipo della proprietà associata.

Parametri

bindable
BindableObject

Oggetto associabile che contiene la proprietà.

value
TPropertyType

Valore da assegnare.

Valore restituito

TPropertyType

Si applica a