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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.