Delegate BindableProperty.CoerceValueDelegate

Definition

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

Delegate for BindableProperty.CoerceValue.

C#
Copy
public delegate object CoerceValueDelegate(BindableObject bindable, object value);

Extension Methods