DotMSN

NSMessageHandler.ContactGroupRemoved Event

Occurs when a contactgroup is removed

[Visual Basic]
Public Event ContactGroupRemoved As ContactGroupChangedEventHandler
[C#]
public event ContactGroupChangedEventHandler ContactGroupRemoved;

Event Data

The event handler receives an argument of type ContactGroupEventArgs containing data related to this event. The following ContactGroupEventArgs property provides information specific to this event.

Property Description
ContactGroup The affected contact group

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace