Delegate MutationCallback
MutationCallback delegate
Vertegenwoordigt de methode die een mutatiegebeurtenis zal afhandelen.
public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
| Parameter | Type | Beschrijving |
|---|---|---|
| mutations | IList`1 | De lijst met mutatierecords. |
| observer | MutationObserver | De mutatiewaarnemer. |
Zie ook
- class MutationRecord
- class MutationObserver
- naamruimte Aspose.Html.Dom.Mutations
- montage Aspose.HTML