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)
Syntax
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
Remarks
Called before the plugin's .Dispose() method
Scripted Event Equivalent: on EXIT
See Also