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