IVsCommitGestureSink.OnCommitGesture(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 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
);