Condividi tramite


BindableProperty.CreateDefaultValueDelegate Delegato

Definizione

Delegato fortemente tipizzato per BindableProperty.DefaultValueCreator.

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

Parametri

bindable
BindableObject

Oggetto associabile che contiene la proprietà.

Valore restituito

System.Object

Si applica a