BindableProperty.BindingPropertyChangingDelegate Delegar

Definição

Delegado para 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

O objeto associável que contém a propriedade.

oldValue
Object

O antigo valor da propriedade.

newValue
Object

O novo valor da propriedade.

Aplica-se a