AppActivateEventArgs Constructor (Boolean, UInt32)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- hostAppActivating
-
Type:
System::Boolean
True if the host application is gaining activation, false otherwise.
- threadId
-
Type:
System::UInt32
If hostAppActivating is true this represents the thread ID if the thread that owns the window being deactivated. If it is false it is the thread ID of the thread that owns the window that is being activated.
Show: