Partager via


IElisionBuffer.SourceSpansChanged, événement

Se produit lorsqu'il y a des modifications au jeu d'étendues masquées.

Espace de noms :  Microsoft.VisualStudio.Text.Projection
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

IElisionBuffer Interface

Microsoft.VisualStudio.Text.Projection, espace de noms