RegionsExpandedEventArgs Constructor (IEnumerable<ICollapsible^>^)

 

Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
RegionsExpandedEventArgs(
	IEnumerable<ICollapsible^>^ expandedRegions
)

Parameters

expandedRegions
Type: System.Collections.Generic::IEnumerable<ICollapsible^>^

The newly-expanded regions.

Return to top
Show: