BindableProperty.CoerceValueDelegate<TPropertyType> Delegat

Definition

Der stark typisierte Delegat für BindableProperty.CoerceValue.

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

Typparameter

TPropertyType

Der Typ der gebundenen Eigenschaft.

Parameter

bindable
BindableObject

Das bindbare Objekt, das die Eigenschaft enthält.

value
TPropertyType

Der zu erzwingende Wert.

Rückgabewert

TPropertyType

Gilt für: