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)

Syntax

'Declaration
Event RegionsExpanded As EventHandler(Of RegionsExpandedEventArgs)
event EventHandler<RegionsExpandedEventArgs> RegionsExpanded
 event EventHandler<RegionsExpandedEventArgs^>^ RegionsExpanded {
    void add (EventHandler<RegionsExpandedEventArgs^>^ value);
    void remove (EventHandler<RegionsExpandedEventArgs^>^ value);
}
abstract RegionsExpanded : IEvent<EventHandler<RegionsExpandedEventArgs>,
    RegionsExpandedEventArgs>
JScript does not support events.

Remarks

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

.NET Framework Security

See Also

Reference

IOutliningManager Interface

Microsoft.VisualStudio.Text.Outlining Namespace