DistributionGroup.NestedGroupAdded event

Occurs when a nested group is added.

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

See also

Reference

DistributionGroup class

DistributionGroup members

Microsoft.Lync.Model.Group namespace