BindableProperty.BindingPropertyChangingDelegate Delegado

Definición

Delegado de BindableProperty.PropertyChanging.

public delegate void BindableProperty.BindingPropertyChangingDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangingDelegate = 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