DotMSN

SBMessageHandler.ContactJoined Event

Fired when a contact joins. In case of a conversation with two people in it this event is called with the remote contact specified in the event argument.

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

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