BindableProperty.ValidateValueDelegate Delegado

Definición

Delegado para BindableProperty.ValidateValue.

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

Parámetros

bindable
BindableObject

Objeto enlazable que contiene la propiedad.

value
System.Object

Valor predeterminado.

Valor devuelto

System.Boolean

Se aplica a