Udostępnij za pośrednictwem


BindableProperty.BindingPropertyChangedDelegate Delegat

Definicja

Delegat dla bindableProperty.PropertyChanged.

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

Parametry

bindable
BindableObject

Obiekt z możliwością powiązania, który zawiera właściwość .

oldValue
System.Object

Stara wartość właściwości.

newValue
System.Object

Nowa wartość właściwości.

Dotyczy