_dispWindowVisibilityEvents_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: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispWindowVisibilityEvents_Event
[ComVisibleAttribute(false)]
public interface _dispWindowVisibilityEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWindowVisibilityEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWindowVisibilityEvents_Event = interface end
public interface _dispWindowVisibilityEvents_Event
The _dispWindowVisibilityEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
add_WindowShowing | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
remove_WindowShowing | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
WindowHiding | Infrastructure. Microsoft Internal Use Only. | |
WindowShowing | Infrastructure. Microsoft Internal Use Only. |
Top