BindableProperty.CreateDefaultValueDelegate Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Delegado fortemente tipado para BindableProperty.DefaultValueCreator.
public delegate object BindableProperty.CreateDefaultValueDelegate(BindableObject bindable);
type BindableProperty.CreateDefaultValueDelegate = delegate of BindableObject -> obj
Parâmetros
- bindable
- BindableObject
O objeto associável que contém a propriedade.
Valor Retornado
System.Object