Partilhar via


Evento ITagAggregator<T>.TagsChanged

Ocorre quando as marcas são adicionadas ou removidas dos provedores.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Event TagsChanged As EventHandler(Of TagsChangedEventArgs)
event EventHandler<TagsChangedEventArgs> TagsChanged
event EventHandler<TagsChangedEventArgs^>^ TagsChanged {
    void add (EventHandler<TagsChangedEventArgs^>^ value);
    void remove (EventHandler<TagsChangedEventArgs^>^ value);
}
abstract TagsChanged : IEvent<EventHandler<TagsChangedEventArgs>,
    TagsChangedEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ITagAggregator<T> Interface

Namespace Microsoft.VisualStudio.Text.Tagging