Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when tags are added to or removed from the provider.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
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 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.