Share via


IElisionBuffer.SourceSpansChanged Event

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

See Also

Reference

IElisionBuffer Interface

Microsoft.VisualStudio.Text.Projection Namespace