Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.