Click or drag to resize

ConnectionLogonSuccess Delegate

Delegate gets called after an IServer successfully logs on to an IRC server

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void ConnectionLogonSuccess(
	ConnectionLogonSuccessArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ConnectionConnectionLogonSuccessArgs
ConnectionLogoSuccessArgs
Remarks
Scripted Event Equivalent: on LOGON
See Also