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 to the set of hidden spans.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Event SourceSpansChanged As EventHandler(Of ElisionSourceSpansChangedEventArgs)
event EventHandler<ElisionSourceSpansChangedEventArgs> SourceSpansChanged
event EventHandler<ElisionSourceSpansChangedEventArgs^>^ SourceSpansChanged {
void add (EventHandler<ElisionSourceSpansChangedEventArgs^>^ value);
void remove (EventHandler<ElisionSourceSpansChangedEventArgs^>^ value);
}
abstract SourceSpansChanged : IEvent<EventHandler<ElisionSourceSpansChangedEventArgs>,
ElisionSourceSpansChangedEventArgs>
JScript does not support events.
.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.