Freigeben über


IElisionBuffer.SourceSpansChanged-Ereignis

Tritt auf, wenn Änderungen im Satz ausgeblendeter Spannen besteht.

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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

IElisionBuffer Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace