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

Der Standardwert.

Rückgabewert

System.Boolean

Gilt für: