Show / Hide Table of Contents

Class SelectedEventArgs

Represents the selection of an item in the screen.

Inheritance
object
SelectedEventArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class SelectedEventArgs

Constructors

View Source

SelectedEventArgs(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 Source

Index

The index of the item in the full list of items.

Declaration
public int Index { get; }
Property Value
Type Description
int
View Source

OnScreen

The index of the item in the screen.

Declaration
public int OnScreen { get; }
Property Value
Type Description
int
  • View Source
In this article
Back to top Generated by DocFX