Aspose.Svg.Dom.Mutations

The Aspose.Svg.Dom.Mutations provides opportunity to observe DOM mutations and getting specific callback information.

Classes

ClassDescription
MutationCallbackRepresents the method that will handle a mutation events.
MutationObserverA MutationObserver object can be used to observe mutations to the tree of Node.
MutationObserverInitThis class represents an options collection which is used to configure MutationObserver.
MutationRecordA MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver’s MutationCallback.