Class ItemSelectedEventArgs
Holds information about selected item.
Inheritance
System.Object
System.EventArgs
ItemSelectedEventArgs
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.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class ItemSelectedEventArgs : EventArgs
Constructors
ItemSelectedEventArgs(Object, Int32)
Initializes a new instance of the ItemSelectedEventArgs class.
Declaration
public ItemSelectedEventArgs(object selectedItem, int selectedItemIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | selectedItem | the selected item object |
System.Int32 | selectedItemIndex | An index value of the selected item |
Properties
SelectedItem
The selected item obejct.
Declaration
public object SelectedItem { get; }
Property Value
Type | Description |
---|---|
System.Object |
SelectedItemIndex
The index value of the selected item.
Declaration
public int SelectedItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |