UIContextChangedEventArgs Constructor (Boolean)

 

Initializes a new instance of the UIContextChangedEventArgs class.

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

public:
UIContextChangedEventArgs(
	bool activated
)

Parameters

activated
Type: System::Boolean

Specifies whether UIContext is active or not.

Return to top
Show: