RegionsExpandedEventArgs Constructor (IEnumerable<ICollapsible^>^, Boolean)
Visual Studio 2015
Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions.
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.
Show: