MutationObserver
MutationObserver constructor
Constructs a MutationObserver object and sets its MutationCallback to callback. The callback is invoked with a list of MutationRecord objects as first argument and the constructed MutationObserver object as second argument. It is invoked after nodes registered with the Observe method, are mutated.
public MutationObserver(MutationCallback callback)
| Parameter | Type | Description |
|---|---|---|
| callback | MutationCallback | The callback. |
See Also
- delegate MutationCallback
- class MutationObserver
- namespace Aspose.Html.Dom.Mutations
- assembly Aspose.HTML