Delegate MutationCallback

Delegate MutationCallback

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

Rappresenta il metodo che gestirà gli eventi di mutazione.

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

Parametri

mutations IList<MutationRecord&gt;

La lista dei record di mutazione.

observer MutationObserver

L’osservatore di mutazione.

 Italiano