Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public delegate void ApplicationHostSuspended(
	ApplicationHostSuspendedArgs argument
)

Parameters

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