A Sandcastle Documented Class Library
ApplicationStarted Delegate |
Delegate gets called after all plugins and scripts have been initialized
Namespace: AdiIRCAPIv2.Delegates
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void ApplicationStarted( ApplicationStartedArgs argument )
Public Delegate Sub ApplicationStarted ( argument As ApplicationStartedArgs )
public delegate void ApplicationStarted( ApplicationStartedArgs^ argument )
type ApplicationStarted = delegate of argument : ApplicationStartedArgs -> unit
Parameters
- argument
- Type: AdiIRCAPIv2.Arguments.ApplicationApplicationStartedArgs
ApplicationStartedArgs
Remarks
Scripted Event Equivalent: on START
See Also