Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public delegate void NotifyUserOffline(
	NotifyUserOfflineArgs argument
)

Parameters

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