DotMSN

NSMessageHandler.ReverseAdded Event

Occurs when another user adds us to their contactlist. A ContactAdded event with the reverse list as parameter will also be raised.

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

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

NSMessageHandler Class | XihSolutions.DotMSN Namespace