A Sandcastle Documented Class Library
ApplicationFocusChanged Delegate |
Delegate gets called when AdiIRC receives or loses focus
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ApplicationFocusChanged( ApplicationFocusChangedArgs argument )
Public Delegate Sub ApplicationFocusChanged ( argument As ApplicationFocusChangedArgs )
public delegate void ApplicationFocusChanged( ApplicationFocusChangedArgs^ argument )
type ApplicationFocusChanged = delegate of argument : ApplicationFocusChangedArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ApplicationApplicationFocusChangedArgs
ApplicationFocusChangedArgs
Remarks
Scripted Event Equivalent: on APPACTIVE
See Also