ScriptHttpDownloadEnd Delegate

AdiIRC API v2

ScriptHttpDownloadEnd Delegate

Delegate gets called when adiirc finishes an HTTP download

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

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ScriptHttpDownloadScriptHttpDownloadEndArgs
ScriptHttpDownloadEndArgs
Remarks
Scripted Event Equivalent: on DOWNLOAD
See Also