_dispWindowVisibilityEvents_Event.WindowShowing Event

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
Event WindowShowing As _dispWindowVisibilityEvents_WindowShowingEventHandler
event _dispWindowVisibilityEvents_WindowShowingEventHandler WindowShowing
event _dispWindowVisibilityEvents_WindowShowingEventHandler^ WindowShowing {
    void add (_dispWindowVisibilityEvents_WindowShowingEventHandler^ value);
    void remove (_dispWindowVisibilityEvents_WindowShowingEventHandler^ value);
}
abstract WindowShowing : IEvent<_dispWindowVisibilityEvents_WindowShowingEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispWindowVisibilityEvents_Event Interface

EnvDTE80 Namespace