| SystemEventTypesGameStarting Field |
This event type is raised when a game is started. More details are available in the new IGameLaunchingPlugin interface, so that is recommended instead if needed.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax public const string GameStarting = "GameStarting"
Public Const GameStarting As String = "GameStarting"
public:
literal String^ GameStarting = "GameStarting"
static val mutable GameStarting: string
Field Value
StringSee Also