BindableProperty.BindingPropertyChangedDelegate Delegado

Definición

Delegado para BindableProperty.PropertyChanged.

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

Parámetros

bindable
BindableObject

Objeto enlazable que contiene la propiedad.

oldValue
System.Object

Valor antiguo de la propiedad.

newValue
System.Object

Nuevo valor de propiedad.

Se aplica a