SimpleTagger<T>::TagsChanged Event
Visual Studio 2015
Occurs when one or more tags have been added or removed.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: event EventHandler<SnapshotSpanEventArgs^>^ TagsChanged { virtual void add(EventHandler<SnapshotSpanEventArgs^>^ value) sealed; virtual void remove(EventHandler<SnapshotSpanEventArgs^>^ value) sealed; }
Implements
ITagger<T>::TagsChanged
Show: