DocumentEventsClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | DocumentEventsClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | add_DocumentClosing(_dispDocumentEvents_DocumentClosingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_DocumentOpened(_dispDocumentEvents_DocumentOpenedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_DocumentOpening(_dispDocumentEvents_DocumentOpeningEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_DocumentSaved(_dispDocumentEvents_DocumentSavedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | remove_DocumentClosing(_dispDocumentEvents_DocumentClosingEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_DocumentOpened(_dispDocumentEvents_DocumentOpenedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_DocumentOpening(_dispDocumentEvents_DocumentOpeningEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_DocumentSaved(_dispDocumentEvents_DocumentSavedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | DocumentClosing | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs just before a document is closed. |
![]() | DocumentOpened | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a document is opened. |
![]() | DocumentOpening | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs before a document is opened. |
![]() | DocumentSaved | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a document is saved. |
Refer to DocumentEvents for this functionality. Do not instantiate this class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


