Evento ITagger<T>.TagsChanged
Ocorre quando as marcas são adicionadas ou removidas do provedor.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
Event TagsChanged As EventHandler(Of SnapshotSpanEventArgs)
event EventHandler<SnapshotSpanEventArgs> TagsChanged
event EventHandler<SnapshotSpanEventArgs^>^ TagsChanged {
void add (EventHandler<SnapshotSpanEventArgs^>^ value);
void remove (EventHandler<SnapshotSpanEventArgs^>^ value);
}
abstract TagsChanged : IEvent<EventHandler<SnapshotSpanEventArgs>,
SnapshotSpanEventArgs>
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.