Delegate BindableProperty.BindingPropertyChangingDelegate

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll

Delegate for BindableProperty.PropertyChanging.

C#
Copy
public delegate void BindingPropertyChangingDelegate(BindableObject bindable, object oldValue, object newValue);

Extension Methods