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>
قائمة سجلات الطفرة.
observer
MutationObserver
مراقب الطفرة.