| IGameConfiguringPluginOnAfterGameConfigurationOpens Method |
Called immediately after a particular game has opened it's configuration. At this point the application was successfully launched and should be running.
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 OnAfterGameConfigurationOpens(
IGame game
)
Sub OnAfterGameConfigurationOpens (
game As IGame
)
void OnAfterGameConfigurationOpens(
IGame^ game
)
abstract OnAfterGameConfigurationOpens :
game : IGame -> unit
Parameters
- game IGame
- The game that opened it's configuration application.
See Also