BindableProperty.BindingPropertyChangedDelegate Delegat

Definition

Der Delegat für BindableProperty.PropertyChanged.

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

Parameter

bindable
BindableObject

Das bindbare Objekt, das die Eigenschaft enthält.

oldValue
Object

Der alte Eigenschaftswert.

newValue
Object

Der neue Eigenschaftswert.

Gilt für: