IVsUndoRedoClusterWithCommitEvents Interface
Provides event handling for undo or redo cluster closure.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")> _
Public Interface IVsUndoRedoClusterWithCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")]
public interface IVsUndoRedoClusterWithCommitEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"F98298D9-53C4-43DB-90D6-D1A3CA4B1849")]
public interface class IVsUndoRedoClusterWithCommitEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F98298D9-53C4-43DB-90D6-D1A3CA4B1849")>]
type IVsUndoRedoClusterWithCommitEvents = interface end
public interface IVsUndoRedoClusterWithCommitEvents
The IVsUndoRedoClusterWithCommitEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnUndoRedoClusterClosingWithCommitGesture | Fires when an undo or redo cluster is closing. |
Top
Remarks
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.