IVsRunningDocTableEvents5.OnAfterDocumentLockCountChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after the document lock count changes.
public:
void OnAfterDocumentLockCountChanged(System::UInt32 docCookie, System::UInt32 dwRDTLockType, System::UInt32 dwOldLockCount, System::UInt32 dwNewLockCount);
public:
void OnAfterDocumentLockCountChanged(unsigned int docCookie, unsigned int dwRDTLockType, unsigned int dwOldLockCount, unsigned int dwNewLockCount);
void OnAfterDocumentLockCountChanged(unsigned int docCookie, unsigned int dwRDTLockType, unsigned int dwOldLockCount, unsigned int dwNewLockCount);
public void OnAfterDocumentLockCountChanged (uint docCookie, uint dwRDTLockType, uint dwOldLockCount, uint dwNewLockCount);
abstract member OnAfterDocumentLockCountChanged : uint32 * uint32 * uint32 * uint32 -> unit
Public Sub OnAfterDocumentLockCountChanged (docCookie As UInteger, dwRDTLockType As UInteger, dwOldLockCount As UInteger, dwNewLockCount As UInteger)
Parameters
- docCookie
- UInt32
[in] The document that has changed.
- dwRDTLockType
- UInt32
[in] The lock options for the document.
- dwOldLockCount
- UInt32
[in] The lock count before the change occurred.
- dwNewLockCount
- UInt32
[in] The lock count after the change occurred.