NodeChangingArgs
Overview
NodeChangingArgs is a class in Aspose.Words FOSS for .NET.
Provides data for methods of the INodeChangingCallback interface.
Properties: Action, NewParent, Node, OldParent.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Node | Node | Read | Gets the Node that is being added or removed. |
OldParent | Node | Read | Gets the node’s parent before the operation began. |
NewParent | Node | Read | Gets the node’s parent that will be set after the operation completes. |
Action | NodeChangingAction | Read | Gets a value indicating what type of node change event is occurring. |