MutationCallback

MutationCallback delegate

表示将处理突变事件的方法。

public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
范围类型描述
mutationsIList`1突变记录列表。
observerMutationObserver突变观察者。

也可以看看