Freigeben über


BindableProperty.CoerceValueDelegate Delegat

Definition

Der Delegat für BindableProperty.CoerceValue.

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

Parameter

bindable
BindableObject

Das bindbare Objekt, das die Eigenschaft enthält.

value
System.Object

Der zu erzwingende Wert.

Rückgabewert

System.Object

Gilt für: