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