Namespace Aspose.Svg.Dom.Mutations
Namespace Aspose.Svg.Dom.Mutations
Classes
| Class Name | Description |
|---|---|
| MutationObserver | A Aspose.Svg.Dom.Mutations.MutationObserver object can be used to observe mutations to the tree of Aspose.Svg.Dom.Node. |
| MutationObserverInit | This class represents an options collection which is used to configure Aspose.Svg.Dom.Mutations.MutationObserver. |
| MutationRecord | A MutationRecord represents an individual DOM mutation. It is the object that is passed to Aspose.Svg.Dom.Mutations.MutationObserver’s Aspose.Svg.Dom.Mutations.MutationCallback. |
Delegates
| Delegate Name | Description |
|---|---|
| MutationCallback | Represents the method that will handle a mutation events. |