DotMSN

SBMessageHandler.UserTyping Event

Fired when any of the other contacts is typing a message.

[Visual Basic]
Public Event UserTyping As UserTypingEventHandler
[C#]
public event UserTypingEventHandler UserTyping;

Event Data

The event handler receives an argument of type ContactEventArgs containing data related to this event. The following ContactEventArgs property provides information specific to this event.

Property Description
Contact The affected contact

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace