IVsChangeClusterEvents.OnChangeClusterClosing(UInt32) 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 when a change event is closing in the undo manager.
public:
void OnChangeClusterClosing(System::UInt32 dwFlags);
public:
void OnChangeClusterClosing(unsigned int dwFlags);
void OnChangeClusterClosing(unsigned int dwFlags);
public void OnChangeClusterClosing (uint dwFlags);
abstract member OnChangeClusterClosing : uint32 -> unit
Public Sub OnChangeClusterClosing (dwFlags As UInteger)
Parameters
- dwFlags
- UInt32
[in] Modification flags determining what kind of change event this was. Values are taken from the ChangeClusterFlags enumeration.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsChangeClusterEvents::OnChangeClusterClosing(
[in] DWORD dwFlags
);