IVsRunningDocTableEvents2 Members
Include Protected Members
Include Inherited Members
Implements methods that fire in response to changes to documents in the Running Document Table (RDT).
The IVsRunningDocTableEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterAttributeChange | Called after a change in an attribute of a document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.) | |
OnAfterAttributeChangeEx | Called after a document attribute changes. This is an advanced version of the OnAfterAttributeChange method. | |
OnAfterDocumentWindowHide | Called after a document window is placed in the Hide state. (Inherited from IVsRunningDocTableEvents.) | |
OnAfterFirstDocumentLock | Called after application of the first lock of the specified type to the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.) | |
OnAfterSave | Called after saving a document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.) | |
OnBeforeDocumentWindowShow | Called before displaying a document window. (Inherited from IVsRunningDocTableEvents.) | |
OnBeforeLastDocumentUnlock | Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.) |
Top