DotMSN

NSMessageHandler.ContactGroupAdded Event

Occurs when a new contactgroup is created

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

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