MutationRecord.NextSibling

MutationRecord.NextSibling property

Return the next sibling of the added or removed nodes, or null.

public Node NextSibling { get; }

Property Value

The next sibling.

See Also