DistributionGroup.ExpansionStateChanged Event
Occurs when the expansion state of a distribution group has changed.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event ExpansionStateChanged As EventHandler(Of DistributionGroupExpansionStateChangedEventArgs)
'Usage
Dim instance As DistributionGroup
Dim handler As EventHandler(Of DistributionGroupExpansionStateChangedEventArgs)
AddHandler instance.ExpansionStateChanged, handler
public event EventHandler<DistributionGroupExpansionStateChangedEventArgs> ExpansionStateChanged