BindableProperty.BindingPropertyChangingDelegate Delegato

Definizione

Delegato per BindableProperty.PropertyChanging.

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

Parametri

bindable
BindableObject

Oggetto associabile che contiene la proprietà.

oldValue
System.Object

Valore precedente della proprietà.

newValue
System.Object

Nuovo valore della proprietà.

Si applica a