NotifyUserOffline Delegate

AdiIRC API v2

NotifyUserOffline Delegate

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

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

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ContextlessNotifyUserOfflineArgs
QuitArgs
Remarks
Scripted Event Equivalent: on UNOTIFY
See Also