Click or drag to resize

IPluginHostOnApplicationClosing Event

Delegate gets called when AdiIRC is closing

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
event ApplicationClosing OnApplicationClosing

Value

Type: AdiIRCAPIv2.DelegatesApplicationClosing
Remarks

Called before the plugin's .Dispose() method

Scripted Event Equivalent: on EXIT

See Also