ContactManager.GroupRemoved event

Occurs when a group is removed.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event GroupRemoved As EventHandler(Of GroupCollectionChangedEventArgs)
'Usage
Dim instance As ContactManager
Dim handler As EventHandler(Of GroupCollectionChangedEventArgs)

AddHandler instance.GroupRemoved, handler
public event EventHandler<GroupCollectionChangedEventArgs> GroupRemoved

See also

Reference

ContactManager class

ContactManager members

Microsoft.Lync.Model namespace