Initializes a new instance of the IqEventArgs class.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IqEventArgs( Iq stanza ) |
Parameters
- stanza
- Type: S22.Xmpp.Core..::..Iq
The IQ stanza on whose behalf the event is raised.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The stanza parameter is null. |