IPluginHost.OnNotifyUserOffline Event

AdiIRC API v2

IPluginHostOnNotifyUserOffline Event

Delegate gets called when a user in the notify list disconnects from the IServer

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

Value

Type: AdiIRCAPIv2.DelegatesNotifyUserOffline
Remarks
Scripted Event Equivalent: on UNOTIFY
See Also