ITextUndoHistory.UndoTransactionCompleted Event
Visual Studio 2015
Notifies consumers when an ITextUndoTransaction is completed and added to the UndoStack.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
The sender object is the ITextUndoHistory that originated it, and the event arguments are an instance of TextUndoTransactionCompletedEventArgs class. This event is fired for the topmost ITextUndoTransaction objects only. Completion of nested transactions does not generate this event.
Show: