IPluginHost.OnApplicationHostSuspended Event

AdiIRC API v2

IPluginHostOnApplicationHostSuspended Event

Delegate gets called when the host OS goes into sleep/hibernation mode

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ApplicationHostSuspended OnApplicationHostSuspended
Event OnApplicationHostSuspended As ApplicationHostSuspended
 event ApplicationHostSuspended^ OnApplicationHostSuspended {
	void add (ApplicationHostSuspended^ value);
	void remove (ApplicationHostSuspended^ value);
}
abstract OnApplicationHostSuspended : IEvent<ApplicationHostSuspended,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesApplicationHostSuspended
Remarks
Scripted Event Equivalent: on SUSPEND
See Also