_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
Public method add_DocumentClosing Infrastructure. Microsoft Internal Use Only.
Public method add_DocumentOpened Infrastructure. Microsoft Internal Use Only.
Public method add_DocumentOpening Infrastructure. Microsoft Internal Use Only.
Public method add_DocumentSaved Infrastructure. Microsoft Internal Use Only.
Public method remove_DocumentClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_DocumentOpened Infrastructure. Microsoft Internal Use Only.
Public method remove_DocumentOpening Infrastructure. Microsoft Internal Use Only.
Public method remove_DocumentSaved Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event DocumentClosing Infrastructure. Microsoft Internal Use Only.
Public event DocumentOpened Infrastructure. Microsoft Internal Use Only.
Public event DocumentOpening Infrastructure. Microsoft Internal Use Only.
Public event DocumentSaved Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace