ContactManager.GroupAdded event

Occurs when a group is added.

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

Syntax

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

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

See also

Reference

ContactManager class

ContactManager members

Microsoft.Lync.Model namespace