A Sandcastle Documented Class Library
WindowClosed Delegate |
Delegate gets called any IWindow is closed
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void WindowClosed( WindowCloseArgs argument )
Public Delegate Sub WindowClosed ( argument As WindowCloseArgs )
public delegate void WindowClosed( WindowCloseArgs^ argument )
type WindowClosed = delegate of argument : WindowCloseArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.WindowInteractionWindowCloseArgs
WindowCloseArgs
Remarks
Scripted Event Equivalent: extended on CLOSE, on PART, etc
See Also