BindableProperty.ValidateValueDelegate 代理人

定義

BindableProperty.ValidateValue のデリゲート。

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

パラメーター

bindable
BindableObject

プロパティを含むバインド可能なオブジェクト。

value
Object

既定値。

戻り値

適用対象