UIContextChangedEventArgs(Boolean) Constructor
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.
Constructs an instance of UIContextChangedEventArgs.
public:
UIContextChangedEventArgs(bool activated);
public:
UIContextChangedEventArgs(bool activated);
UIContextChangedEventArgs(bool activated);
public UIContextChangedEventArgs (bool activated);
new Microsoft.VisualStudio.Shell.UIContextChangedEventArgs : bool -> Microsoft.VisualStudio.Shell.UIContextChangedEventArgs
Public Sub New (activated As Boolean)
Parameters
- activated
- Boolean
Whether UIContext is active or not.