IPluginHost.OnDisconnect Event

AdiIRC API v2

IPluginHostOnDisconnect Event

Delegate gets called when an IServer's underlying socket is closed

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

Value

Type: AdiIRCAPIv2.DelegatesDisconnect
Remarks
Scripted Event Equivalent: on DISCONNECT
See Also