_dispWindowEvents 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
<InterfaceTypeAttribute()> _
<GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")> _
Public Interface _dispWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")]
public interface _dispWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")]
public interface class _dispWindowEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")>]
type _dispWindowEvents = interface end
public interface _dispWindowEvents
The _dispWindowEvents type exposes the following members.
Methods
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