CodeModelEventsClass Events
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | ElementAdded | This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement object has been created. The new object is passed to the event handler. |
![]() | ElementChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement object has been changed. |
![]() | ElementDeleted | This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement is deleted. |
Show:
