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

public delegate void ApplicationClosing( ApplicationClosingArgs argument )
Public Delegate Sub ApplicationClosing ( argument As ApplicationClosingArgs )
public delegate void ApplicationClosing( ApplicationClosingArgs^ argument )
type ApplicationClosing = delegate of argument : ApplicationClosingArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ApplicationApplicationClosingArgs

Called before the plugin's .Dispose() method
Scripted Event Equivalent: on EXIT
