BindableProperty.ValidateValueDelegate Делегат

Определение

Делегат для BindableProperty.ValidateValue.

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

Параметры

bindable
BindableObject

Привязываемый объект, содержащий свойство.

value
System.Object

Значение по умолчанию.

Возвращаемое значение

System.Boolean

Применяется к