| 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.PluginsAssembly: 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
)
Sub OnBeforeGameConfigurationOpens (
game As IGame
)
void OnBeforeGameConfigurationOpens(
IGame^ game
)
abstract OnBeforeGameConfigurationOpens :
game : IGame -> unit
Parameters
- game IGame
- The game that is launching it's configuration application.
See Also