Click or drag to resize
LaunchBox

IGameMenuItemPluginOnSelected(IGame) Method

Called when the menu item is clicked or selected for a particular game.

Namespace: Unbroken.LaunchBox.Plugins
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
void OnSelected(
	IGame selectedGame
)

Parameters

selectedGame  IGame
The currently-selected game that the menu item was called for.
See Also