WindowFocusChanged Delegate

AdiIRC API v2

WindowFocusChanged Delegate

Delegate gets called when the window focus changes with in AdiIRC

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void WindowFocusChanged(
	WindowFocusArgs argument
)
Public Delegate Sub WindowFocusChanged ( 
	argument As WindowFocusArgs
)
public delegate void WindowFocusChanged(
	WindowFocusArgs^ argument
)
type WindowFocusChanged = 
    delegate of 
        argument : WindowFocusArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.WindowInteractionWindowFocusArgs
WindowFocusArgs
Remarks
Scripted Event Equivalent: on ACTIVE
See Also