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 one or more tags have been added or removed.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Event TagsChanged As EventHandler(Of SnapshotSpanEventArgs)
public event EventHandler<SnapshotSpanEventArgs> TagsChanged
public:
virtual event EventHandler<SnapshotSpanEventArgs^>^ TagsChanged {
void add (EventHandler<SnapshotSpanEventArgs^>^ value);
void remove (EventHandler<SnapshotSpanEventArgs^>^ value);
}
abstract TagsChanged : IEvent<EventHandler<SnapshotSpanEventArgs>,
SnapshotSpanEventArgs>
override TagsChanged : IEvent<EventHandler<SnapshotSpanEventArgs>,
SnapshotSpanEventArgs>
JScript does not support events.
Implements
.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.