DotMSN

Contact.ContactChangedEventHandler Delegate

Used in events where a property of the contact changed

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace