DotMSN

NSMessageHandler.ReverseRemoved Event

Occurs when another user removes us from their contactlist. A ContactRemoved event with the reverse list as parameter will also be raised.

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

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