IVsRunningDocTableEvents3 Members

Include Protected Members
Include Inherited Members

Implements methods that fire in response to changes to documents in the Running Document Table (RDT).

The IVsRunningDocTableEvents3 type exposes the following members.

Methods

  Name Description
Public method OnAfterAttributeChange Called after a change in a document attribute of a document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents2.)
Public method OnAfterAttributeChangeEx Called after a document attribute changes. This is an advanced version of the OnAfterAttributeChange method. (Inherited from IVsRunningDocTableEvents2.)
Public method OnAfterDocumentWindowHide Called after a document window is hidden. (Inherited from IVsRunningDocTableEvents2.)
Public method OnAfterFirstDocumentLock Called after applying the first lock of the specified type to the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents2.)
Public method OnAfterSave Called after a document in the Running Document Table (RDT) is saved. (Inherited from IVsRunningDocTableEvents2.)
Public method OnBeforeDocumentWindowShow Called before displaying a document window. (Inherited from IVsRunningDocTableEvents2.)
Public method OnBeforeLastDocumentUnlock Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents2.)
Public method OnBeforeSave Called before saving a document.

Top

See Also

Reference

IVsRunningDocTableEvents3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace