NotifyUserOnline Delegate

AdiIRC API v2

NotifyUserOnline Delegate

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

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void NotifyUserOnline(
	NotifyUserOnlineArgs argument
)
Public Delegate Sub NotifyUserOnline ( 
	argument As NotifyUserOnlineArgs
)
public delegate void NotifyUserOnline(
	NotifyUserOnlineArgs^ argument
)
type NotifyUserOnline = 
    delegate of 
        argument : NotifyUserOnlineArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ContextlessNotifyUserOnlineArgs
QuitArgs
Remarks
Scripted Event Equivalent: on NOTIFY
See Also