IVsUndoRedoClusterWithCommitEvents Interface
Visual Studio 2015
Provides event handling for undo or redo cluster closure.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnUndoRedoClusterClosingWithCommitGesture(UInt32, TextSpan[]) | Fires when an undo or redo cluster is closing. |
IVsUndoRedoClusterWithCommitEvents fires when an undo or redo cluster is closing, provided an intervening commit gesture occurred while it was open. Clients are explicitly forbidden from modifying the buffer in response to this event.
Note |
|---|
This interface is for use only with Visual Basic. |
Show:

