Initializes a new instance of the IqEventArgs class.

Namespace: S22.Xmpp.Core
Assembly: 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

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

See Also