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 an ICollapsible region is collapsed.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Event RegionsCollapsed As EventHandler(Of RegionsCollapsedEventArgs)
event EventHandler<RegionsCollapsedEventArgs> RegionsCollapsed
event EventHandler<RegionsCollapsedEventArgs^>^ RegionsCollapsed {
void add (EventHandler<RegionsCollapsedEventArgs^>^ value);
void remove (EventHandler<RegionsCollapsedEventArgs^>^ value);
}
abstract RegionsCollapsed : IEvent<EventHandler<RegionsCollapsedEventArgs>,
RegionsCollapsedEventArgs>
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
- 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.