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)

public:
event EventHandler<SnapshotSpanEventArgs^>^ TagsChanged {
	virtual void add(EventHandler<SnapshotSpanEventArgs^>^ value) sealed;
	virtual void remove(EventHandler<SnapshotSpanEventArgs^>^ value) sealed;
}
Return to top
Show: