| IGameMenuItemPluginOnSelected(IGame) Method |
Called when the menu item is clicked or selected for a particular game.
Namespace: Unbroken.LaunchBox.PluginsAssembly: 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
)
Sub OnSelected (
selectedGame As IGame
)
void OnSelected(
IGame^ selectedGame
)
abstract OnSelected :
selectedGame : IGame -> unit
Parameters
- selectedGame IGame
- The currently-selected game that the menu item was called for.
See Also