Initializes a new instance of the AvatarChangedEventArgs class.

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

Syntax

C#
public AvatarChangedEventArgs(
	Jid jid,
	string hash = null,
	Image avatar = null
)

Parameters

jid
Type: S22.Xmpp..::..Jid
The JID of the XMPP entity that published the avatar information.
hash (Optional)
Type: System..::..String
The SHA-1 hash of the avatar image data.
avatar (Optional)
Type: System.Drawing..::..Image
The avatar information to include as part of the event.

Exceptions

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

See Also