| IGameMenuItemPluginOnSelected(IGame) Method |
Called when the menu item is clicked or selected for multiple games.
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[] selectedGames
)
Sub OnSelected (
selectedGames As IGame()
)
void OnSelected(
array<IGame^>^ selectedGames
)
abstract OnSelected :
selectedGames : IGame[] -> unit
Parameters
- selectedGames IGame
- An array of games that represent the currently-selected games that the menu item was called for.
See Also