IPluginHost.OnApplicationHostWoken Event

AdiIRC API v2

IPluginHostOnApplicationHostWoken Event

Delegate gets called when the host OS comes back from sleep/hibernation mode

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

Value

Type: AdiIRCAPIv2.DelegatesApplicationHostWoken
Remarks
Scripted Event Equivalent: on RESUME
See Also