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.

    public class ValueChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ValueChangedEventArgs

    Properties

    View Source

    Value

    ValueChangedEventArgs default constructor. The current value of Picker.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX