Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when there are changes in the set of ICollapsible regions on the corresponding elision buffer.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Event RegionsChanged As EventHandler(Of RegionsChangedEventArgs)
event EventHandler<RegionsChangedEventArgs> RegionsChanged
event EventHandler<RegionsChangedEventArgs^>^ RegionsChanged {
void add (EventHandler<RegionsChangedEventArgs^>^ value);
void remove (EventHandler<RegionsChangedEventArgs^>^ value);
}
abstract RegionsChanged : IEvent<EventHandler<RegionsChangedEventArgs>,
RegionsChangedEventArgs>
JScript does not support events.
Remarks
This event is not raised when the collapsed state of any ICollapsible changes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.