XmlStore::EditingScopeCompleted Event
Visual Studio 2015
Occurs when edit operations have completed. This can be either when XmlEditingScope objects are created using the XmlEditingScope method or when the user makes changes in the XML Editor text view.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
This event is raised regardless of whether the XmlEditingScope was completed or reverted, so you must check the XmlEditingScopeStatus in the XmlEditingScopeEventArgs to determine which state the transaction is in.
Show: