ApplicationHostSuspended Delegate

AdiIRC API v2

ApplicationHostSuspended Delegate

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

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ApplicationHostSuspended(
	ApplicationHostSuspendedArgs argument
)
Public Delegate Sub ApplicationHostSuspended ( 
	argument As ApplicationHostSuspendedArgs
)
public delegate void ApplicationHostSuspended(
	ApplicationHostSuspendedArgs^ argument
)
type ApplicationHostSuspended = 
    delegate of 
        argument : ApplicationHostSuspendedArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ApplicationApplicationHostSuspendedArgs
ApplicationHostSuspendedArgs
Remarks
Scripted Event Equivalent: on SUSPEND
See Also