ApplicationEvents4_Event.XMLSelectionChange Event
Occurs when the parent XML node of the current selection changes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event XMLSelectionChange As ApplicationEvents4_XMLSelectionChangeEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_XMLSelectionChangeEventHandler
AddHandler instance.XMLSelectionChange, handler
event ApplicationEvents4_XMLSelectionChangeEventHandler XMLSelectionChange
See Also
Reference
ApplicationEvents4_Event Interface