UIContextChangedEventArgs Class

 

Event arguments for the UIContextChanged event.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.UIContextChangedEventArgs

public sealed class UIContextChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodUIContextChangedEventArgs(Boolean)

Initializes a new instance of the UIContextChangedEventArgs class.

NameDescription
System_CAPS_pubpropertyActivated

Gets whether the UIContext has become active or not. If true, it is active.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFrom(Boolean)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: