| ISystemEventsPlugin Interface |
Implement this interface in order to handle system-wide events in LaunchBox and 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 public interface ISystemEventsPlugin
Public Interface ISystemEventsPlugin
public interface class ISystemEventsPlugin
type ISystemEventsPlugin = interface end
The ISystemEventsPlugin type exposes the following members.
Methods | Name | Description |
---|
| OnEventRaised |
Called when any particular system event occurs in LaunchBox or Big Box.
|
TopSee Also