A Sandcastle Documented Class Library
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.DelegatesApplicationHostWokenRemarks
Scripted Event Equivalent: on RESUME
See Also