Поделиться через


BindableProperty.CoerceValueDelegate Делегат

Определение

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

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

Параметры

bindable
BindableObject

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

value
System.Object

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

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

System.Object

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