IPluginHost.OnScriptHttpDownloadStarted Event

AdiIRC API v2

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.DelegatesScriptHttpDownloadStarted
Remarks
Scripted Event Equivalent: overriding /download
See Also