| 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.DataAssembly: 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
)
Sub OnSelect (
ParamArray games As IGame()
)
void OnSelect(
... array<IGame^>^ games
)
abstract OnSelect :
games : IGame[] -> unit
Parameters
- games IGame
- The games that were selected when activating your menu item. Will not be null
See Also