DotMSN

ContactGroupChangedEventHandler Delegate

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

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace