DotMSN

NSMessageHandler.ContactAdded Event

Occurs when a contact is added to any list (including reverse list)

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

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