Delegate BindableProperty.ValidateValueDelegate<TPropertyType>

Definition

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

Strongly-typed delegate for BindableProperty.ValidateValue.

C#
Copy
public delegate bool ValidateValueDelegate<in TPropertyType>(BindableObject bindable, TPropertyType value);

Extension Methods