ISmartTagSession::IconSourceChanged Event

 

Occurs when the session's icon 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^ IconSourceChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: