Compartir a través de


BindableProperty.CreateDefaultValueDelegate Delegado

Definición

Delegado fuertemente tipado para BindableProperty.DefaultValueCreator.

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

Parámetros

bindable
BindableObject

Objeto enlazable que contiene la propiedad.

Valor devuelto

System.Object

Se aplica a