BindableProperty.CreateDefaultValueDelegate 代理人

定義

BindableProperty.DefaultValueCreator の厳密に型指定されたデリゲート。

public delegate object BindableProperty.CreateDefaultValueDelegate(BindableObject bindable);
type BindableProperty.CreateDefaultValueDelegate = delegate of BindableObject -> obj

パラメーター

bindable
BindableObject

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

戻り値

適用対象