Click or drag to resize
LaunchBox

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.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 OnAfterGameConfigurationOpens(
	IGame game
)

Parameters

game  IGame
The game that opened it's configuration application.
See Also