DotMSN

NSMessageHandler.ContactStatusChanged Event

Occurs when any contact changes status

[Visual Basic]
Public Event ContactStatusChanged As ContactStatusChangedEventHandler
[C#]
public event ContactStatusChangedEventHandler ContactStatusChanged;

Event Data

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

Property Description
Contact The affected contact.
OldStatus The status the contact had before the change.

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace