Click or drag to resize
LaunchBox

ISystemEventsPluginOnEventRaised Method

Called when any particular system event occurs in LaunchBox or Big Box.

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 OnEventRaised(
	string eventType
)

Parameters

eventType  String
The type of event that has occurred. Maps up directly to a particular constant value in the SystemEventTypes class.
See Also