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