GlobalObject.Created Event
Occurs when an instance of the global object is created.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Public Event Created As EventHandler
public event EventHandler Created
Remarks
The Created event occurs upon a retrieval of the Instance property, and only if an exception is not thrown and the result is not nulla null reference (Nothing in Visual Basic).
For more information about handling events, see Consuming Events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.