Click or drag to resize

WindowClosed Delegate

Delegate gets called any IWindow is closed

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

Parameters

argument
Type: AdiIRCAPIv2.Arguments.WindowInteractionWindowCloseArgs
WindowCloseArgs
Remarks
Scripted Event Equivalent: extended on CLOSE, on PART, etc
See Also