Click or drag to resize
LaunchBox

IGameMenuItemOnSelect Method

Fired when your menu item has been selected by the user. Not used if the item has any children.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
void OnSelect(
	params IGame[] games
)

Parameters

games  IGame
The games that were selected when activating your menu item. Will not be null
See Also