Share via


DistributionGroup.ExpansionStateChanged event

Occurs when the expansion state of a distribution group is 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

See also

Reference

DistributionGroup class

DistributionGroup members

Microsoft.Lync.Model.Group namespace