DotMSN

MailChangedEventHandler Delegate

This delegate is used when the contact list owner has removed or moved existing e-mail.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace