ApplicationEvents4.XMLSelectionChange Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void XMLSelectionChange(Microsoft::Office::Interop::Word::Selection ^ Sel, Microsoft::Office::Interop::Word::XMLNode ^ OldXMLNode, Microsoft::Office::Interop::Word::XMLNode ^ NewXMLNode, int % Reason);
C#
public void XMLSelectionChange (Microsoft.Office.Interop.Word.Selection Sel, Microsoft.Office.Interop.Word.XMLNode OldXMLNode, Microsoft.Office.Interop.Word.XMLNode NewXMLNode, ref int Reason);
abstract member XMLSelectionChange : Microsoft.Office.Interop.Word.Selection * Microsoft.Office.Interop.Word.XMLNode * Microsoft.Office.Interop.Word.XMLNode * int -> unit
Public Sub XMLSelectionChange (Sel As Selection, OldXMLNode As XMLNode, NewXMLNode As XMLNode, ByRef Reason As Integer)
- Sel
- Selection
- OldXMLNode
- XMLNode
- NewXMLNode
- XMLNode
- Reason
- Int32
Product | Versions |
---|---|
Word primary interop assembly | Latest |