DotMSN

SBMessageHandler.TextMessageReceived Event

Fired when a message is received from any of the other contacts in the conversation.

[Visual Basic]
Public Event TextMessageReceived As TextMessageReceivedEventHandler
[C#]
public event TextMessageReceivedEventHandler TextMessageReceived;

Event Data

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

Property Description
Message The message send.
Sender The sender of the message.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace