Delegate BindableProperty.BindingPropertyChangedDelegate

Definition

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

Delegate for BindableProperty.PropertyChanged.

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

Extension Methods