Initializes a new instance of the TuneEventArgs class.

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

Syntax

C#
public TuneEventArgs(
	Jid jid,
	TuneInformation information = null
)

Parameters

jid
Type: S22.Xmpp..::..Jid
The JID of the XMPP entity that published the tune information.
information (Optional)
Type: S22.Xmpp.Extensions..::..TuneInformation
The tune information to include as part of the event.

Exceptions

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

See Also