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(Node, IMutationObserverInit)] method, are mutated.

Namespace: Aspose.Svg.Dom.Mutations
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public MutationObserver(
	MutationCallback callback
)

Parameters

callback
Type: Aspose.Svg.Dom.MutationsMutationCallback
The callback.
See Also