BindableProperty.ValidateValueDelegate Delegat

Definition

Der Delegat für BindableProperty.ValidateValue.

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

Parameter

bindable
BindableObject

Das bindbare Objekt, das die Eigenschaft enthält.

value
Object

Der Standardwert.

Rückgabewert

Gilt für: