Click or drag to resize

ApplicationClosing Delegate

Delegate gets called when AdiIRC is closing

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void ApplicationClosing(
	ApplicationClosingArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ApplicationApplicationClosingArgs
Remarks

Called before the plugin's .Dispose() method

Scripted Event Equivalent: on EXIT

See Also