Delegate MutationCallback

Delegate MutationCallback

名称: Aspose.Html.Dom.Mutations 编辑: Aspose.HTML.dll (25.4.0)

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

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

Parameters

mutations IList < MutationRecord >

突变记录的列表。

observer MutationObserver

突变观察员。

 中文