IPluginHost.OnConnectionLogonSuccess Event

AdiIRC API v2

IPluginHostOnConnectionLogonSuccess Event

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

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ConnectionLogonSuccess OnConnectionLogonSuccess
Event OnConnectionLogonSuccess As ConnectionLogonSuccess
 event ConnectionLogonSuccess^ OnConnectionLogonSuccess {
	void add (ConnectionLogonSuccess^ value);
	void remove (ConnectionLogonSuccess^ value);
}
abstract OnConnectionLogonSuccess : IEvent<ConnectionLogonSuccess,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesConnectionLogonSuccess
Remarks
Scripted Event Equivalent: on LOGON
See Also