SimpleTagger<T>.TagsChanged Event

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

ITagger<T>.TagsChanged

.NET Framework Security

See Also

Reference

SimpleTagger<T> Class

Microsoft.VisualStudio.Text.Tagging Namespace