DotMSN

SBMessageHandler.EmoticonDefinitionReceived Event

Fired when a contact sends a emoticon definition.

[Visual Basic]
Public Event EmoticonDefinitionReceived As EmoticonDefinitionReceivedEventHandler
[C#]
public event EmoticonDefinitionReceivedEventHandler EmoticonDefinitionReceived;

Event Data

The event handler receives an argument of type EmoticonDefinitionEventArgs containing data related to this event. The following EmoticonDefinitionEventArgs properties provide information specific to this event.

Property Description
Emoticon The emoticon which is defined
Sender The sender of the message.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace