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)

public:
event EventHandler^ Created {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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.

Return to top
Show: