A Sandcastle Documented Class Library
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.DelegatesNotifyUserOnlineRemarks
Scripted Event Equivalent: on NOTIFY
See Also