Udostępnij za pośrednictwem


BindableProperty.BindingPropertyChangingDelegate Delegat

Definicja

Delegat dla bindableProperty.PropertyChanging.

public delegate void BindableProperty.BindingPropertyChangingDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangingDelegate = 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