DotMSN

NSMessageHandler.ContactGroupChanged Event

Occurs when a contactgroup property is changed

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

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