WdXMLSelectionChangeReason Enumeration

Specifies why XML selection was changed.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdXMLSelectionChangeReason
'Usage
Dim instance As WdXMLSelectionChangeReason
public enum WdXMLSelectionChangeReason

Members

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

Remarks

Used with the XMLSelectionChange event.

See Also

Reference

Microsoft.Office.Interop.Word Namespace