IPluginHostOnDisconnect Event |
Delegate gets called when a IServer disconnects
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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:
AdiIRCAPIDisconnectSee Also