Initializes a new instance of the PresenceEventArgs class.
Namespace: S22.Xmpp.CoreAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The stanza parameter is null. |