BindableProperty.BindingPropertyChangedDelegate Делегат

Определение

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

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

Параметры

bindable
BindableObject

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

oldValue
System.Object

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

newValue
System.Object

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

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