Compartilhar via


BindableProperty.BindingPropertyChangedDelegate Delegar

Definição

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

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

oldValue
System.Object

O antigo valor da propriedade.

newValue
System.Object

O novo valor da propriedade.

Aplica-se a