IOutliningManager.RegionsChanged 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 the set of ICollapsible regions on the corresponding elision buffer changes.
public:
event EventHandler<Microsoft::VisualStudio::Text::Outlining::RegionsChangedEventArgs ^> ^ RegionsChanged;
event EventHandler<Microsoft.VisualStudio.Text.Outlining.RegionsChangedEventArgs> RegionsChanged;
member this.RegionsChanged : EventHandler<Microsoft.VisualStudio.Text.Outlining.RegionsChangedEventArgs>
Event RegionsChanged As EventHandler(Of RegionsChangedEventArgs)
Event Type
Remarks
Not raised when the collapsed state of any ICollapsible changes.