MutationObserverInitSubtree Property |
Set to true if mutations to not just target, but also target’s descendants are to be observed
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool Subtree { get; set; }
Public Property Subtree As Boolean
Get
Set
public:
property bool Subtree {
bool get ();
void set (bool value);
}
member Subtree : bool with get, set
Property Value
Type:
BooleanSee Also