Compartilhar via


Evento IElisionBuffer.SourceSpansChanged

Ocorre quando há alterações no conjunto de spans ocultos.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IElisionBuffer Interface

Namespace Microsoft.VisualStudio.Text.Projection