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ği içeren bağlanabilir nesne.

oldValue
Object

Eski özellik değeri.

newValue
Object

Yeni özellik değeri.

Şunlara uygulanır