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