DotMSN

SBMessageHandler.OnEmoticonDefinition Method 

Fires the UserTyping event.

[Visual Basic]
Overridable Protected Sub OnEmoticonDefinition( _
   ByVal message As MSGMessage, _
   ByVal contact As Contact _
)
[C#]
protected virtual void OnEmoticonDefinition(
   MSGMessage message,
   Contact contact
);

Parameters

message
The emoticon message.
contact
The contact who is sending the definition.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace