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