BindableProperty.CreateDefaultValueDelegate 委托

定义

public delegate object BindableProperty.CreateDefaultValueDelegate(BindableObject bindable);
type BindableProperty.CreateDefaultValueDelegate = delegate of BindableObject -> obj
Public Delegate Function BindableProperty.CreateDefaultValueDelegate(bindable As BindableObject) As Object 

参数

bindable
BindableObject

返回值

适用于