_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
Public method add_WindowActivated Infrastructure. Microsoft Internal Use Only.
Public method add_WindowClosing Infrastructure. Microsoft Internal Use Only.
Public method add_WindowCreated Infrastructure. Microsoft Internal Use Only.
Public method add_WindowMoved Infrastructure. Microsoft Internal Use Only.
Public method remove_WindowActivated Infrastructure. Microsoft Internal Use Only.
Public method remove_WindowClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_WindowCreated Infrastructure. Microsoft Internal Use Only.
Public method remove_WindowMoved Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event WindowActivated Infrastructure. Microsoft Internal Use Only.
Public event WindowClosing Infrastructure. Microsoft Internal Use Only.
Public event WindowCreated Infrastructure. Microsoft Internal Use Only.
Public event WindowMoved Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace