A Sandcastle Documented Class Library
ApplicationHostWoken Delegate |
Delegate gets called when the host OS comes back from sleep/hibernation mode
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ApplicationHostWoken( ApplicationHostWokenArgs argument )
Public Delegate Sub ApplicationHostWoken ( argument As ApplicationHostWokenArgs )
public delegate void ApplicationHostWoken( ApplicationHostWokenArgs^ argument )
type ApplicationHostWoken = delegate of argument : ApplicationHostWokenArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ApplicationApplicationHostWokenArgs
ApplicationHostWokenArgs
Remarks
Scripted Event Equivalent: on RESUME
See Also