Class Switch.SelectEventArgs

    Definition

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

    SelectEventArgs is a class to record item selected arguments which will sent to user.

    [Obsolete("Deprecated in API8; Will be removed in API10. Please use SelectedChangedEventArgs instead.")]
    public class Switch.SelectEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    Switch.SelectEventArgs

    Fields

    View Source

    IsSelected

    Select state of Switch

    Declaration
    public bool IsSelected
    Field Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX