ISmartTagSession::TagSpanChanged Event

 

Occurs when the TagSpan property changes.

Smart tags are deprecated in favor of light bulbs. See ILightBulbSession for a replacement.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

event EventHandler^ TagSpanChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: