DotMSN

SBMessageHandler.ContactLeft Event

Fired when a contact leaves the conversation.

[Visual Basic]
Public Event ContactLeft As ContactChangedEventHandler
[C#]
public event ContactChangedEventHandler ContactLeft;

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