Class SelectedChangedEventArgs

    Definition

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

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

    public class SelectedChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SelectedChangedEventArgs

    Properties

    View Source

    IsSelected

    Selected state

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