This document is archived and information here might be outdated. Recommended version. |
Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.
Name | Description | |
---|---|---|
OnCurrentTemplateChanged | Called when the current template changes. | |
OnShapeConstructorChanged | Called when the Shape Constructor changes. | |
OnTemplateModified | Called when a template is modified. | |
OnTemplatesAdded | Called when a templates are added. | |
OnTemplatesRemoved | Called when a templates are removed. | |
OnVertexSelectionChanged | Called when the sketch's selected vertices changes. |
Classes | Description |
---|---|
EditEvents5 | Helper coclass for working with the nondefault outbound IEditEvents5 interface in VB. |
Editor | The Object Editor Extension. |