Class FocusedItemChangedEventArgs
Event arguments for the ItemFocused event.
Inheritance
System.Object
System.EventArgs
FocusedItemChangedEventArgs
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.TV.UIControls.Forms
Assembly: Tizen.TV.UIControls.Forms.dll
Syntax
public class FocusedItemChangedEventArgs : EventArgs
Constructors
FocusedItemChangedEventArgs(Object, Int32)
Creates a new FocusedItemChangedEventArgs event that indicates that the user has focused.
Declaration
public FocusedItemChangedEventArgs(object focusedItem, int focusedItemIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Object | focusedItem | The item is focused. |
System.Int32 | focusedItemIndex | The item's index is focused. |
Properties
FocusedItem
Gets the new focused item.
Declaration
public object FocusedItem { get; }
Property Value
Type | Description |
---|---|
System.Object |
FocusedItemIndex
Gets the new focused item's index.
Declaration
public int FocusedItemIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |