IOutliningManager::RegionsExpanded Event

 

Occurs when an ICollapsed region is expanded.

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

event EventHandler<RegionsExpandedEventArgs^>^ RegionsExpanded {
	void add(EventHandler<RegionsExpandedEventArgs^>^ value);
	void remove(EventHandler<RegionsExpandedEventArgs^>^ value);
}

This event is not raised when there are changes in the set of ICollapsible regions on the corresponding elision buffer.

Return to top
Show: