IVsChangeClusterEvents::OnChangeClusterOpening Method (UInt32)

 

Called when a change event is opening in the undo manager.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnChangeClusterOpening(
	unsigned int dwFlags
)

Parameters

dwFlags
Type: System::UInt32

[in] Modification flags determining what kind of change event this is. Values are taken from the ChangeClusterFlags enumeration.

From textmgr.idl:

HRESULT IVsChangeClusterEvents::OnChangeClusterOpening(
   [in] DWORD dwFlags
);
Return to top
Show: