BindableProperty.CoerceValueDelegate 代理人

定義

BindableProperty.CoerceValue の委任。

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

パラメーター

bindable
BindableObject

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

value
Object

強制する値。

戻り値

適用対象