Initializes a new instance of the ChatStateChangedEventArgs class.
Namespace: S22.Xmpp.ExtensionsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- jid
- Type: S22.Xmpp..::..Jid
The JID of the XMPP entity that published the chat-state.
- state
- Type: S22.Xmpp.Extensions..::..ChatState
The chat-state of the XMPP entity with the specified JID.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The jid parameter is null. |