DotMSN

NSMessageHandler.SignedOff Event

Occurs when the message processor has disconnected, and thus the user is no longer signed in.

[Visual Basic]
Public Event SignedOff As SignedOffEventHandler
[C#]
public event SignedOffEventHandler SignedOff;

Event Data

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

Property Description
SignedOffReason The list which was send by the server

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace