MutationCallback Delegate
MutationCallback delegate
Represents the method that will handle a mutation events.
public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
Parameter | Type | Description |
---|---|---|
mutations | IList`1 | The list of mutation records. |
observer | MutationObserver | The mutation observer. |
See Also
- class MutationRecord
- class MutationObserver
- namespace Aspose.Html.Dom.Mutations
- assembly Aspose.HTML