Partager via


BindableProperty.CreateDefaultValueDelegate Délégué

Définition

Délégué fortement typé pour BindableProperty.DefaultValueCreator.

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

Paramètres

bindable
BindableObject

Objet pouvant être lié qui contient la propriété.

Valeur renvoyée

System.Object

S’applique à