DTEEventsClass::OnStartupComplete Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when the environment has completed initializing.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispDTEEvents_OnStartupCompleteEventHandler^ OnStartupComplete { virtual void add(_dispDTEEvents_OnStartupCompleteEventHandler^ value); virtual void remove(_dispDTEEvents_OnStartupCompleteEventHandler^ value); }
Implements
_dispDTEEvents_Event::OnStartupComplete
Show: