Show / Hide Table of Contents

    Class SelectedItemChangedEventArgs

    Provides data for the CollectionView.ItemSelected event.

    Inheritance
    System.Object
    System.EventArgs
    SelectedItemChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class SelectedItemChangedEventArgs : EventArgs

    Constructors

    SelectedItemChangedEventArgs(Object, Int32)

    Initializes a new instance of the SelectedItemChangedEventArgs class.

    Declaration
    public SelectedItemChangedEventArgs(object selectedItem, int selectedItemIndex)
    Parameters
    Type Name Description
    System.Object selectedItem
    System.Int32 selectedItemIndex

    Properties

    SelectedItem

    Gets the selected item.

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type Description
    System.Object

    SelectedItemIndex

    Gets the selected item index

    Declaration
    public int SelectedItemIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2021 Samsung
    Generated by DocFX