_dispDocumentEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispDocumentEvents_Event
[ComVisibleAttribute(false)]
public interface _dispDocumentEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispDocumentEvents_Event
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_Event = interface end
public interface _dispDocumentEvents_Event
The _dispDocumentEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_DocumentClosing | Infrastructure. Microsoft Internal Use Only. | |
add_DocumentOpened | Infrastructure. Microsoft Internal Use Only. | |
add_DocumentOpening | Infrastructure. Microsoft Internal Use Only. | |
add_DocumentSaved | Infrastructure. Microsoft Internal Use Only. | |
remove_DocumentClosing | Infrastructure. Microsoft Internal Use Only. | |
remove_DocumentOpened | Infrastructure. Microsoft Internal Use Only. | |
remove_DocumentOpening | Infrastructure. Microsoft Internal Use Only. | |
remove_DocumentSaved | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
DocumentClosing | Infrastructure. Microsoft Internal Use Only. | |
DocumentOpened | Infrastructure. Microsoft Internal Use Only. | |
DocumentOpening | Infrastructure. Microsoft Internal Use Only. | |
DocumentSaved | Infrastructure. Microsoft Internal Use Only. |
Top