DotMSN

Contact.StatusChanged Event

Called when the user changed from state

[Visual Basic]
Public Event StatusChanged As StatusChangedEventHandler
[C#]
public event StatusChangedEventHandler StatusChanged;

Event Data

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

Property Description
OldStatus The old presence status

See Also

Contact Class | XihSolutions.DotMSN Namespace