DotMSN

ContactStatusChangedEventHandler Delegate

This delegate is used when a single contact changed it's status.

[Visual Basic]
Public Delegate Sub ContactStatusChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContactStatusChangeEventArgs _
)
[C#]
public delegate void ContactStatusChangedEventHandler(
   object sender,
   ContactStatusChangeEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace