IPluginHost.OnNotifyUserOnline Event

AdiIRC API v2

IPluginHostOnNotifyUserOnline Event

Delegate gets called when a user in the notify list connects to the IServer

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

Value

Type: AdiIRCAPIv2.DelegatesNotifyUserOnline
Remarks
Scripted Event Equivalent: on NOTIFY
See Also