IVsRunningDocTableEvents3 Methods
Visual Studio 2005
| Name | Description | |
|---|---|---|
| OnAfterAttributeChange | Called after an attribute of a document in the Running Document Table (RDT) changes. |
| OnAfterAttributeChangeEx | Called after a document attribute is changed. This is an advanced version of the OnAfterAttributeChange method. |
| OnAfterDocumentWindowHide | Called after a document window is hidden. |
| OnAfterFirstDocumentLock | Called after application of the first lock of the specified type to a document in the Running Document Table (RDT). |
| OnAfterSave | Called after a document in the Running Document Table (RDT) is saved. |
| OnBeforeDocumentWindowShow | Called before displaying a document window. |
| OnBeforeLastDocumentUnlock | Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT). |
| OnBeforeSave | Called before saving a document. |