Initializes a new instance of the ChatStateChangedEventArgs class.

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

Syntax

C#
public ChatStateChangedEventArgs(
	Jid jid,
	ChatState state
)

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

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

See Also