GlobalObject::Created Event
Visual Studio 2015
Occurs when an instance of the global object is created.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The Created event occurs upon a retrieval of the Instance property, and only if an exception is not thrown and the result is not null.
For more information about handling events, see NIB: Consuming Events.
Show: