DistributionGroup.NestedGroupAdded Event
Occurs when a group is added (nested) to the distribution group.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event NestedGroupAdded As EventHandler(Of GroupCollectionChangedEventArgs)
'Usage
Dim instance As DistributionGroup
Dim handler As EventHandler(Of GroupCollectionChangedEventArgs)
AddHandler instance.NestedGroupAdded, handler
public event EventHandler<GroupCollectionChangedEventArgs> NestedGroupAdded