UIContext.UIContextChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that fires whenever the UIContext becomes active or inactive.
public:
event EventHandler<Microsoft::VisualStudio::Shell::UIContextChangedEventArgs ^> ^ UIContextChanged;
public event EventHandler<Microsoft.VisualStudio.Shell.UIContextChangedEventArgs> UIContextChanged;
member this.UIContextChanged : EventHandler<Microsoft.VisualStudio.Shell.UIContextChangedEventArgs>
Public Event UIContextChanged As EventHandler(Of UIContextChangedEventArgs)