Sdílet prostřednictvím


BindableProperty.BindingPropertyChangingDelegate Delegát

Definice

Delegujte pro 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

Vázatelný objekt, který obsahuje vlastnost .

oldValue
System.Object

Stará hodnota vlastnosti.

newValue
System.Object

Hodnota nové vlastnosti

Platí pro