Class ValueChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

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

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

Properties

View Source

Value

ValueChangedEventArgs default constructor. The current value of Picker.

Declaration
C#
Copy
public int Value { get; }
Property Value
Type Description
int