IOutliningManager.RegionsExpanded Event

Definition

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.

Applies to