BindableProperty.CoerceValueDelegate Делегат

Определение

Делегат для BindableProperty.CoerceValue.

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj

Параметры

bindable
BindableObject

Привязываемый объект, содержащий свойство.

value
Object

Значение для приведения.

Возвращаемое значение

Применяется к