Initializes a new instance of the AvatarChangedEventArgs 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 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
Exception | Condition |
---|---|
System..::..ArgumentNullException | The jid parameter is null. |