UIContext::UIContextChanged Event

 

Occurs whenever the UI context becomes active or inactive.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
event EventHandler<UIContextChangedEventArgs^>^ UIContextChanged {
	void add(EventHandler<UIContextChangedEventArgs^>^ value);
	void remove(EventHandler<UIContextChangedEventArgs^>^ value);
}
Return to top
Show: