Share via


IXmlNodeCallbackContract.OnLeave Method

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.Contract
Assembly:  Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll)

Syntax

'Declaration
Sub OnLeave ( _
    selection As IntPtr, _
    oldNode As IntPtr, _
    newNode As IntPtr, _
    reason As Integer _
)
'Usage
Dim instance As IXmlNodeCallbackContract
Dim selection As IntPtr
Dim oldNode As IntPtr
Dim newNode As IntPtr
Dim reason As Integer

instance.OnLeave(selection, oldNode, newNode, _
    reason)
void OnLeave(
    IntPtr selection,
    IntPtr oldNode,
    IntPtr newNode,
    int reason
)

Parameters

.NET Framework Security

See Also

Reference

IXmlNodeCallbackContract Interface

IXmlNodeCallbackContract Members

Microsoft.Office.Tools.Word.Contract Namespace