Delegate BindableProperty.BindingPropertyChangedDelegate<TPropertyType>

Definition

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

Strongly-typed delegate for BindableProperty.PropertyChanged.

C#
Copy
public delegate void BindingPropertyChangedDelegate<in TPropertyType>(BindableObject bindable, TPropertyType oldValue, TPropertyType newValue);

Extension Methods