WindowEventsClass::WindowCreated Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when a new window is created.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispWindowEvents_WindowCreatedEventHandler^ WindowCreated { virtual void add(_dispWindowEvents_WindowCreatedEventHandler^ value); virtual void remove(_dispWindowEvents_WindowCreatedEventHandler^ value); }
Implements
_dispWindowEvents_Event::WindowCreatedPublic Sub WindowEvents_WindowCreated(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowCreated MsgBox("test") End Sub
Show: