MutationRecord
Represents a recording of DOM changes.
public static MutationRecord Attributes(INode target, string attributeName = null, string attributeNamespace = null, string previousValue = null)
public static MutationRecord ChildList(INode target, INodeList addedNodes = null, INodeList removedNodes = null, INode previousSibling = null, INode nextSibling = null)