Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public delegate void ApplicationStarted(
	ApplicationStartedArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ApplicationApplicationStartedArgs
ApplicationStartedArgs
Remarks
Scripted Event Equivalent: on START
See Also