Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")> _
<InterfaceTypeAttribute()> _
Public Interface _dispDocumentEvents
[GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface _dispDocumentEvents
[GuidAttribute(L"DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface class _dispDocumentEvents
[<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")>]
[<InterfaceTypeAttribute()>]
type _dispDocumentEvents = interface end
public interface _dispDocumentEvents
The _dispDocumentEvents type exposes the following members.
Methods
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