BindableProperty.CreateDefaultValueDelegate Delegat

Definition

Der stark typisierte Delegat für BindableProperty.DefaultValueCreator.

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

Parameter

bindable
BindableObject

Das bindbare Objekt, das die Eigenschaft enthält.

Rückgabewert

Gilt für: