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
    ValueChangedEventArgs

    Constructors

    View Source

    ValueChangedEventArgs(int)

    ValueChangedEventArgs default constructor.

    value of Picker.
    Declaration
    public ValueChangedEventArgs(int value)
    Parameters
    Type Name Description
    int value

    Properties

    View Source

    Value

    ValueChangedEventArgs default constructor. The current value of Picker.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX