IPluginHost.OnApplicationFocusChanged Event

AdiIRC API v2

IPluginHostOnApplicationFocusChanged Event

Delegate gets called when AdiIRC receives or loses focus

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ApplicationFocusChanged OnApplicationFocusChanged
Event OnApplicationFocusChanged As ApplicationFocusChanged
 event ApplicationFocusChanged^ OnApplicationFocusChanged {
	void add (ApplicationFocusChanged^ value);
	void remove (ApplicationFocusChanged^ value);
}
abstract OnApplicationFocusChanged : IEvent<ApplicationFocusChanged,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesApplicationFocusChanged
Remarks
Scripted Event Equivalent: on APPACTIVE
See Also