Click or drag to resize

ScriptHttpDownloadStarted Delegate

Delegate gets called when AdiIRC starts an HTTP download

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void ScriptHttpDownloadStarted(
	ScriptHttpDownloadStartedArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ScriptHttpDownloadScriptHttpDownloadStartedArgs
ScriptHttpDownloadStartedArgs
Remarks
Scripted Event Equivalent: overriding /download
See Also