Class ValueChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

ValueChangedEventArgs is a class to notify changed Picker value argument which will sent to user.

C#
Copy
public class ValueChangedEventArgs : EventArgs
Inheritance
System.Object
ValueChangedEventArgs

Properties

View Source

Value

ValueChangedEventArgs default constructor. The current value of Picker.

Declaration
C#
Copy
public int Value { get; }
Property Value
Type Description
Int32
API Level: 9