DotMSN

Contact.StatusChangedEventHandler Delegate

Used in events where the presence state of a contact changed

[Visual Basic]
Public Delegate Sub Contact.StatusChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As StatusChangeEventArgs _
)
[C#]
public delegate void Contact.StatusChangedEventHandler(
   object sender,
   StatusChangeEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace