Aracılığıyla paylaş


BindableProperty.BindingPropertyChangingDelegate Temsilci

Tanım

BindableProperty.PropertyChanging için temsilci.

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

Parametreler

bindable
BindableObject

özelliğini içeren bağlanabilir nesne.

oldValue
System.Object

Eski özellik değeri.

newValue
System.Object

Yeni özellik değeri.

Şunlara uygulanır