XmlModel.BufferReloaded Event

Occurs when the XDocument has been completely reloaded.

Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Usage

'Usage
Dim instance As XmlModel
Dim handler As EventHandler

AddHandler instance.BufferReloaded, handler

Syntax

'Declaration
Public Event BufferReloaded As EventHandler
public abstract event EventHandler BufferReloaded
public:
virtual event EventHandler^ BufferReloaded {
    void add (EventHandler^ value) abstract;
    void remove (EventHandler^ value) abstract;
}
/** @event */
public abstract void add_BufferReloaded (EventHandler value)

/** @event */
public abstract void remove_BufferReloaded (EventHandler value)

Remarks

This event occurs if the changes made in the buffer could not be parsed incrementally, so a completely new XDocument was created. When this happens, all your pointers to the old XDocument nodes must be updated.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlModel Class
XmlModel Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12