Initializes a new instance of the MoodChangedEventArgs class.

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

Syntax

C#
public MoodChangedEventArgs(
	Jid jid,
	Mood mood,
	string description = null
)

Parameters

jid
Type: S22.Xmpp..::..Jid
The JID of the XMPP entity that published the mood information.
mood
Type: S22.Xmpp.Extensions..::..Mood
One of the values from the Mood enumeration.
description (Optional)
Type: System..::..String
A natural-language description of, or reason for, the mood.

Exceptions

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

See Also