DotMSN

StatusChangeEventArgs Class

Used as event argument when a contact changed status.

For a list of all members of this type, see StatusChangeEventArgs Members.

System.Object
   System.EventArgs
      XihSolutions.DotMSN.StatusChangeEventArgs

[Visual Basic]
Public Class StatusChangeEventArgs
    Inherits EventArgs
[C#]
public class StatusChangeEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The difference between this class and ContactStatusChangeEventArgs is that this class is dispatched by the Contact class. And as such does not contain a Contact property, since that is the sender object.

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

StatusChangeEventArgs Members | XihSolutions.DotMSN Namespace