ContextChangeEventArgs Constructor

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub New ( _
    oldXMLNode As XMLNode, _
    newXMLNode As XMLNode, _
    selection As Selection, _
    reason As Integer _
)
'Usage
Dim oldXMLNode As XMLNode
Dim newXMLNode As XMLNode
Dim selection As Selection
Dim reason As Integer

Dim instance As New ContextChangeEventArgs(oldXMLNode, _
    newXMLNode, selection, reason)
public ContextChangeEventArgs(
    XMLNode oldXMLNode,
    XMLNode newXMLNode,
    Selection selection,
    int reason
)

Parameters

.NET Framework Security

See Also

Reference

ContextChangeEventArgs Class

ContextChangeEventArgs Members

Microsoft.Office.Tools.Word Namespace