XMLNode Events

Include Protected Members
Include Inherited Members

The XMLNode type exposes the following members.

Events

  Name Description
Public event AfterInsert Occurs when the user adds a new XMLNode control to the document.
Public event BeforeDelete Occurs when the user deletes an XMLNode control from the document, before the control is deleted.
Public event BindingContextChanged Occurs when the value of the BindingContext property of the ContentControlBase changes.
Public event ContextEnter Occurs when the cursor is placed inside an XMLNode or one of its descendent nodes, from an area outside of the context of the node.
Public event ContextLeave Occurs when the cursor is moved from the XMLNode control, or one of its descendent nodes, to an area outside of the context of the original node.
Public event Deselect Occurs when the cursor is moved out of the XMLNode control.
Public event Disposed Represents the method that handles the Disposed event of a component. (Inherited from IComponent.)
Public event Select Occurs when the cursor is placed inside an XMLNode control.
Public event ValidationError Occurs when there is a validation error in the XMLNode control.

Top

See Also

Reference

XMLNode Interface

Microsoft.Office.Tools.Word Namespace