A Sandcastle Documented Class Library
IPluginHostOnApplicationClosing Event |
Delegate gets called when AdiIRC is closing
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)

event ApplicationClosing OnApplicationClosing
Event OnApplicationClosing As ApplicationClosing
event ApplicationClosing^ OnApplicationClosing { void add (ApplicationClosing^ value); void remove (ApplicationClosing^ value); }
abstract OnApplicationClosing : IEvent<ApplicationClosing, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesApplicationClosing
Called before the plugin's .Dispose() method
Scripted Event Equivalent: on EXIT
