共用方式為


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

適用於