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

変異オブザーバーです。

 日本語