MutationRecordPreviousSibling Property |
Returns the previous 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 PreviousSibling { get; }
Public ReadOnly Property PreviousSibling As Node
Get
public:
property Node^ PreviousSibling {
Node^ get ();
}
member PreviousSibling : Node with get
Property Value
Type:
Node
The previous sibling.
See Also