DotMSN

NSMessageHandler.ContactOffline Event

Occurs when any contact goed from any status to offline status

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

Event Data

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

Property Description
Contact The affected contact

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace