BindableProperty.ValidateValueDelegate Delegate

Definition

Delegate for BindableProperty.ValidateValue.

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

Parameters

bindable
BindableObject

The bindable object that contains the property.

value
Object

The default value.

Return Value

Applies to