DotMSN

Contact.ContactOffline Event

Called when this contact goes offline

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

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