WdXMLSelectionChangeReason Enumeration 

Specifies why XML selection was changed.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdXMLSelectionChangeReason1 As WdXMLSelectionChangeReason = WdXMLSelectionChangeReason.wdXMLSelectionChangeReasonDelete

Syntax

Public Enum WdXMLSelectionChangeReason
public enum WdXMLSelectionChangeReason
public enum class WdXMLSelectionChangeReason
public enum WdXMLSelectionChangeReason
public enum WdXMLSelectionChangeReason

Members

Member name Description
wdXMLSelectionChangeReasonDelete Node was deleted.
wdXMLSelectionChangeReasonInsert New node was inserted.
wdXMLSelectionChangeReasonMove Cursor was moved to select a different node.

Remarks

Used with the XMLSelectionChange event.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace