ISmartTagSession::StateChanged Event

 

Occurs when the state of this session 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^ StateChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: