BindableProperty.BindingPropertyChangedDelegate Delegát

Definice

Delegát pro 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

Vázatelný objekt, který obsahuje vlastnost.

oldValue
System.Object

Stará hodnota vlastnosti.

newValue
System.Object

Hodnota nové vlastnosti

Platí pro