DotMSN

ContactChangedEventHandler Delegate

This delegate is used when events are fired and a single contact is affected.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace