RegionsExpandedEventArgs Constructor (IEnumerable<ICollapsible^>^, Boolean)

 

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,
	bool removalPending
)

Parameters

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

The newly-expanded regions.

removalPending
Type: System::Boolean

true if these regions are being expanded as part of being removed, otherwise false.

Return to top
Show: