Delegate MutationCallback
Delegate MutationCallback
De naam: Aspose.Html.Dom.Mutations Verzameling: Aspose.HTML.dll (25.4.0)
Het vertegenwoordigt de methode die een mutatie gebeurtenissen zal beheren.
[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)
Parameters
mutations
IList
<
MutationRecord
>
De lijst van mutatie records.
observer
MutationObserver
De mutatie waarnemer.