DotMSN

NSMessageHandler.ContactRemoved Event

Occurs when a contact is removed from any list (including reverse list)

[Visual Basic]
Public Event ContactRemoved As ListMutatedAddedEventHandler
[C#]
public event ListMutatedAddedEventHandler ContactRemoved;

Event Data

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

Property Description
AffectedList The list which mutated.
Contact The affected contact.

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace