DesignSurfaceExtension::OnComponentCreated Method (IComponent^)
Visual Studio 2015
This method is called when a new component is created but before that component is added to the designer.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The component that has been created.
You may freely change metadata of the component at this time. The default implementation does nothing.
Show: