MutationRecordPreviousSibling Property
Returns the previous sibling of the added or removed nodes, or null.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Node PreviousSibling { get; }

Property Value

Type: Node
The previous sibling.
See Also