Share via


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