A Sandcastle Documented Class Library
IPluginHostOnScriptHttpDownloadEnd Event |
Delegate gets called when adiirc finishes an HTTP download
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ScriptHttpDownloadEnd OnScriptHttpDownloadEnd
Event OnScriptHttpDownloadEnd As ScriptHttpDownloadEnd
event ScriptHttpDownloadEnd^ OnScriptHttpDownloadEnd { void add (ScriptHttpDownloadEnd^ value); void remove (ScriptHttpDownloadEnd^ value); }
abstract OnScriptHttpDownloadEnd : IEvent<ScriptHttpDownloadEnd, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesScriptHttpDownloadEndRemarks
Scripted Event Equivalent: on DOWNLOAD
See Also