Delegate BindableProperty.BindingPropertyChangingDelegate<TPropertyType>

Definition

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

Strongly-typed delegate for BindableProperty.PropertyChanging.

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

Extension Methods