Class SelectedEventArgs
Represents the selection of an item in the screen.
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class SelectedEventArgs
Constructors
View SourceSelectedEventArgs(int, int)
Creates a new SelectedEventArgs.
Declaration
public SelectedEventArgs(int index, int screen)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item in the menu. |
| int | screen | The index of the item based on the number of items shown on screen, |
Properties
View SourceIndex
The index of the item in the full list of items.
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| int |
OnScreen
The index of the item in the screen.
Declaration
public int OnScreen { get; }
Property Value
| Type | Description |
|---|---|
| int |