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


BindableProperty.BindingPropertyChangingDelegate Делегат

Определение

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

public delegate void BindableProperty.BindingPropertyChangingDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangingDelegate = delegate of BindableObject * obj * obj -> unit

Параметры

bindable
BindableObject

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

oldValue
System.Object

Прежнее значение свойства.

newValue
System.Object

Новое значение свойства.

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