IOutliningManager.RegionsExpanded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when an ICollapsed region is expanded.
public:
event EventHandler<Microsoft::VisualStudio::Text::Outlining::RegionsExpandedEventArgs ^> ^ RegionsExpanded;
event EventHandler<Microsoft.VisualStudio.Text.Outlining.RegionsExpandedEventArgs> RegionsExpanded;
member this.RegionsExpanded : EventHandler<Microsoft.VisualStudio.Text.Outlining.RegionsExpandedEventArgs>
Event RegionsExpanded As EventHandler(Of RegionsExpandedEventArgs)
Event Type
Remarks
This event is not raised when the set of ICollapsible regions on the corresponding elision buffer changes.