Delegate MutationCallback
Delegate MutationCallback
名称: Aspose.Svg.Dom.Mutations 會議: Aspose.SVG.dll (25.5.0)
代表将处理突变事件的方法。
[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)
Parameters
mutations
IList
<
MutationRecord
>
突变记录的列表。
observer
MutationObserver
突变观察员。