BindableProperty.ValidateValueDelegate Delegar

Definição

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

O objeto associável que contém a propriedade.

value
System.Object

O valor padrão.

Valor Retornado

System.Boolean

Aplica-se a