Aspose.Svg.Dom.Mutations Namespace |
Class | Description | |
---|---|---|
![]() | MutationObserver |
A MutationObserver object can be used to observe mutations to the tree of Node.
|
![]() | MutationRecord |
A MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver's MutationCallback.
|
Structure | Description | |
---|---|---|
![]() | MutationObserverInit |
The IMutationObserverInit interface represents an options for mutation observation. The options argument allows for setting mutation observation options via object members.
|
Delegate | Description | |
---|---|---|
![]() | MutationCallback |
Represents the method that will handle a mutation events.
|