Aspose.Html.Dom.Mutations Namespace
The Aspose.Html.Dom.Mutations provides opportunity to observe DOM mutations and getting specific callback information.
Classes
  ClassDescription
Public classMutationObserver
A MutationObserver object can be used to observe mutations to the tree of Node.
Public classMutationRecord
A MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver's MutationCallback.
Structures
  StructureDescription
Public structureMutationObserverInit
The IMutationObserverInit interface represents an options for mutation observation. The options argument allows for setting mutation observation options via object members.
Delegates
  DelegateDescription
Public delegateMutationCallback
Represents the method that will handle a mutation events.