WindowEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | WindowEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | add_WindowActivated(_dispWindowEvents_WindowActivatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_WindowClosing(_dispWindowEvents_WindowClosingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_WindowCreated(_dispWindowEvents_WindowCreatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_WindowMoved(_dispWindowEvents_WindowMovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | remove_WindowActivated(_dispWindowEvents_WindowActivatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_WindowClosing(_dispWindowEvents_WindowClosingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_WindowCreated(_dispWindowEvents_WindowCreatedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_WindowMoved(_dispWindowEvents_WindowMovedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | WindowActivated | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a window receives the focus. |
![]() | WindowClosing | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs just before a window closes. |
![]() | WindowCreated | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a new window is created. |
![]() | WindowMoved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a window is moved or resized. |
Refer to WindowEvents for this functionality. Do not instantiate from this class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


