A Sandcastle Documented Class Library
ScriptHttpDownloadStarted Delegate |
Delegate gets called when AdiIRC starts an HTTP download
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ScriptHttpDownloadStarted( ScriptHttpDownloadStartedArgs argument )
Public Delegate Sub ScriptHttpDownloadStarted ( argument As ScriptHttpDownloadStartedArgs )
public delegate void ScriptHttpDownloadStarted( ScriptHttpDownloadStartedArgs^ argument )
type ScriptHttpDownloadStarted = delegate of argument : ScriptHttpDownloadStartedArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ScriptHttpDownloadScriptHttpDownloadStartedArgs
ScriptHttpDownloadStartedArgs
Remarks
Scripted Event Equivalent: overriding /download
See Also