UIContextChangedEventArgs(Boolean) Constructor

Definition

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.

Applies to