Click or drag to resize
LaunchBox

IGameConfiguringPluginOnBeforeGameConfigurationOpens Method

Called immediately before a particular game begins running the configuration. At this point the application is not guaranteed to launch successfully if the file does not exist or some other anomaly is encountered.

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

Parameters

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