Skip to content

Class LemonUI::Menus::SelectedEventArgs

ClassList > LemonUI > Menus > SelectedEventArgs

Represents the selection of an item in the screen.

Public Properties

Type Name
property int Index
The index of the item in the full list of items.
property int OnScreen
The index of the item in the screen.

Public Functions

Type Name
SelectedEventArgs (int index, int screen)
Creates a new SelectedEventArgs .

Public Properties Documentation

property Index

int LemonUI.Menus.SelectedEventArgs.Index;

property OnScreen

int LemonUI.Menus.SelectedEventArgs.OnScreen;

Public Functions Documentation

function SelectedEventArgs

Creates a new SelectedEventArgs .

inline LemonUI::Menus::SelectedEventArgs::SelectedEventArgs (
    int index,
    int screen
) 

Parameters:

  • index The index of the item in the menu.
  • screen The index of the item based on the number of items shown on screen,

The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Menus/SelectedEventArgs.cs