Class ItemFocusedEventArgs
Event arguments for the ItemFocused event of CircleListView.
Inheritance
System.Object
System.EventArgs
ItemFocusedEventArgs
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.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class ItemFocusedEventArgs : EventArgs
Constructors
ItemFocusedEventArgs(Object, Int32)
Creates a new ItemFocusedEventArgs object.
Declaration
public ItemFocusedEventArgs(object item, int itemIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | An item data of new focused item. |
System.Int32 | itemIndex | An index of new focused item. |
Properties
Item
Gets the data of new focused item
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object |
ItemIndex
Gets the index of new focused item
Declaration
public int ItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |