Click or drag to resize
LaunchBox

IGameConfiguringPluginOnGameConfigurationExited Method

Called immediately after the game's configuration application exits.

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

Parameters

game  IGame
The game that launched the configuration application that just closed.
See Also