BindableProperty.CreateDefaultValueDelegate Delegate

Definition

Strongly typed delegate for BindableProperty.DefaultValueCreator.

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

Parameters

bindable
BindableObject

The bindable object that contains the property.

Return Value

Applies to