Share via


ICustomXMLPartEvents.NodeAfterDelete Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub NodeAfterDelete ( _
    OldNode As CustomXMLNode, _
    OldParentNode As CustomXMLNode, _
    OldNextSibling As CustomXMLNode, _
    InUndoRedo As Boolean _
)
'Usage
Dim instance As ICustomXMLPartEvents
Dim OldNode As CustomXMLNode
Dim OldParentNode As CustomXMLNode
Dim OldNextSibling As CustomXMLNode
Dim InUndoRedo As Boolean

instance.NodeAfterDelete(OldNode, OldParentNode, _
    OldNextSibling, InUndoRedo)
void NodeAfterDelete(
    CustomXMLNode OldNode,
    CustomXMLNode OldParentNode,
    CustomXMLNode OldNextSibling,
    bool InUndoRedo
)

Parameters

See Also

Reference

ICustomXMLPartEvents Interface

ICustomXMLPartEvents Members

Microsoft.Office.Core Namespace