XmlStore.UndoRedoCompleted Event
Occurs when a new XmlEditingScope object has been created as a result of an undo/redo operation.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Usage
'Usage
Dim instance As XmlStore
Dim handler As EventHandler(Of XmlEditingScopeEventArgs)
AddHandler instance.UndoRedoCompleted, handler
Syntax
'Declaration
Public Event UndoRedoCompleted As EventHandler(Of XmlEditingScopeEventArgs)
public abstract event EventHandler<XmlEditingScopeEventArgs> UndoRedoCompleted
public:
virtual event EventHandler<XmlEditingScopeEventArgs^>^ UndoRedoCompleted {
void add (EventHandler<XmlEditingScopeEventArgs^>^ value) abstract;
void remove (EventHandler<XmlEditingScopeEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_UndoRedoCompleted (EventHandler<XmlEditingScopeEventArgs> value)
/** @event */
public abstract void remove_UndoRedoCompleted (EventHandler<XmlEditingScopeEventArgs> value)
Remarks
When a new XmlEditingScope object has been created as a result of an undo/redo operation, the XmlEditingScope returned from the XmlEditingScopeEventArgs will have a parent XmlEditingScope that is the original XmlEditingScope that was undone or redone.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
XmlStore Class
XmlStore Members
Microsoft.VisualStudio.XmlEditor Namespace
Build Date:
2012-11-12