DotMSN

ListMutatedAddedEventHandler Delegate

This delegate is used when a list is mutated: a contact is added or removed from a specific list.

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

Requirements

Namespace: XihSolutions.DotMSN

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

See Also

XihSolutions.DotMSN Namespace