Share via


IVsRunningDocTableEvents5.OnAfterDocumentLockCountChanged Method

Definition

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.

Applies to