ITagger<T>::TagsChanged Event

 

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)

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