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
ValueChangedEventArgs

Constructors

View Source

ValueChangedEventArgs(Int32)

ValueChangedEventArgs default constructor. value of Picker.

Declaration
C#
Copy
public ValueChangedEventArgs(int value)
Parameters
Type Name Description
Int32 value

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

Extension Methods