MutationRecordTarget Property |
Returns the node the mutation affected, depending on the type. For "attributes", it is the element whose attribute changed. For "characterData", it is the CharacterData node. For "childList", it is the node whose children changed.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Node Target { get; }
Public ReadOnly Property Target As Node
Get
public:
property Node^ Target {
Node^ get ();
}
member Target : Node with get
Property Value
Type:
Node
The target.
See Also