A Sandcastle Documented Class Library
IPluginHostOnScriptHttpDownloadStarted Event |
Delegate gets called when AdiIRC starts an HTTP download
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ScriptHttpDownloadStarted OnScriptHttpDownloadStarted
Event OnScriptHttpDownloadStarted As ScriptHttpDownloadStarted
event ScriptHttpDownloadStarted^ OnScriptHttpDownloadStarted { void add (ScriptHttpDownloadStarted^ value); void remove (ScriptHttpDownloadStarted^ value); }
abstract OnScriptHttpDownloadStarted : IEvent<ScriptHttpDownloadStarted, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesScriptHttpDownloadStartedRemarks
Scripted Event Equivalent: overriding /download
See Also