| ISystemEventsPluginOnEventRaised Method |
Called when any particular system event occurs in LaunchBox or Big Box.
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 OnEventRaised(
string eventType
)
Sub OnEventRaised (
eventType As String
)
void OnEventRaised(
String^ eventType
)
abstract OnEventRaised :
eventType : string -> unit
Parameters
- eventType String
- The type of event that has occurred. Maps up directly to a particular constant value in the SystemEventTypes class.
See Also