Compartilhar via


BindableProperty.BindingPropertyChangedDelegate Delegar

Definição

public delegate void BindableProperty.BindingPropertyChangedDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangedDelegate = delegate of BindableObject * obj * obj -> unit
Public Delegate Sub BindableProperty.BindingPropertyChangedDelegate(bindable As BindableObject, oldValue As Object, newValue As Object)

Parâmetros

bindable
BindableObject
oldValue
Object
newValue
Object

Aplica-se a