Share via


IVsCommitGestureSink.OnCommitGesture(UInt32) Method

Definition

Called when a change to the buffer has been committed.

public:
 void OnCommitGesture(System::UInt32 dwGestureFlags);
public:
 void OnCommitGesture(unsigned int dwGestureFlags);
void OnCommitGesture(unsigned int dwGestureFlags);
public void OnCommitGesture (uint dwGestureFlags);
abstract member OnCommitGesture : uint32 -> unit
Public Sub OnCommitGesture (dwGestureFlags As UInteger)

Parameters

dwGestureFlags
UInt32

[in] A set of flags from the ChangeCommitGestureFlags or ChangeCommitGestureFlags2 that indicate the type of change causing the commit gesture.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsCommitGestureSink::OnCommitGesture(  
   [in] DWORD dwGestureFlags  
);  

Applies to