ApplicationEvents4.XMLSelectionChange Method

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

Syntax

'Declaration
Sub XMLSelectionChange ( _
    Sel As Selection, _
    OldXMLNode As XMLNode, _
    NewXMLNode As XMLNode, _
    ByRef Reason As Integer _
)
'Usage
Dim instance As ApplicationEvents4
Dim Sel As Selection
Dim OldXMLNode As XMLNode
Dim NewXMLNode As XMLNode
Dim Reason As Integer

instance.XMLSelectionChange(Sel, OldXMLNode, _
    NewXMLNode, Reason)
void XMLSelectionChange(
    Selection Sel,
    XMLNode OldXMLNode,
    XMLNode NewXMLNode,
    ref int Reason
)

Parameters

See Also

Reference

ApplicationEvents4 Interface

ApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace