Delegate MutationCallback

Delegate MutationCallback

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML.dll (25.1.0)

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

[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)

参数

mutations IList<MutationRecord&gt;

变更记录的列表。

observer MutationObserver

变更观察者。

 中文