WindowEventsClass::WindowCreated Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when a new window is created.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
event _dispWindowEvents_WindowCreatedEventHandler^ WindowCreated {
	virtual void add(_dispWindowEvents_WindowCreatedEventHandler^ value);
	virtual void remove(_dispWindowEvents_WindowCreatedEventHandler^ value);
}

Public Sub WindowEvents_WindowCreated(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowCreated
   MsgBox("test")
End Sub
Return to top
Show: