A Sandcastle Documented Class Library
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.DelegatesApplicationFocusChangedRemarks
Scripted Event Equivalent: on APPACTIVE
See Also