ITagAggregator<T>.TagsChanged Event

Occurs when tags are added to or removed from providers.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

ITagAggregator<T> Interface

Microsoft.VisualStudio.Text.Tagging Namespace