BindableProperty.BindingPropertyChangedDelegate Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.