ITagAggregator<T>::TagsChanged Event

 

Occurs when tags are added to or removed from providers.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

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