MutationObserverObserve Method
Instructs the user agent to observe a given target (a node) and report any mutations based on the criteria given by options (an object). The options argument allows for setting mutation observation options via object members.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void Observe(
	Node target,
	MutationObserverInit options
)

Parameters

target
Type: Aspose.Html.DomNode
The target for observe.
options
Type: Aspose.Html.Dom.MutationsMutationObserverInit
The observer options.
See Also