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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.