MutationRecord.PreviousSibling

MutationRecord.PreviousSibling property

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

public Node PreviousSibling { get; }

Property Value

The previous sibling.

See Also