MutationRecordNextSibling Property |
Return the next sibling of the added or removed nodes, or null.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Node NextSibling { get; }
Public ReadOnly Property NextSibling As Node
Get
public:
property Node^ NextSibling {
Node^ get ();
}
member NextSibling : Node with get
Property Value
Type:
Node
The next sibling.
See Also