Initializes a new instance of the PresenceEventArgs class.

Namespace: S22.Xmpp.Core
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PresenceEventArgs(
	Presence stanza
)

Parameters

stanza
Type: S22.Xmpp.Core..::..Presence
The Presence stanza on whose behalf the event is raised.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe stanza parameter is null.

See Also