_dispWindowEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispWindowEvents_Event
[ComVisibleAttribute(false)]
public interface _dispWindowEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWindowEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_Event = interface end
public interface _dispWindowEvents_Event
The _dispWindowEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_WindowActivated | Infrastructure. Microsoft Internal Use Only. | |
add_WindowClosing | Infrastructure. Microsoft Internal Use Only. | |
add_WindowCreated | Infrastructure. Microsoft Internal Use Only. | |
add_WindowMoved | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowActivated | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowClosing | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowCreated | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowMoved | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
WindowActivated | Infrastructure. Microsoft Internal Use Only. | |
WindowClosing | Infrastructure. Microsoft Internal Use Only. | |
WindowCreated | Infrastructure. Microsoft Internal Use Only. | |
WindowMoved | Infrastructure. Microsoft Internal Use Only. |
Top