Property RelatedNode
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
RelatedNode
RelatedNode is used to identify a secondary node related to a mutation event.
public INode RelatedNode { get; }
Property Value
Remarks
For example, if a mutation event is dispatched to a node indicating that its parent has changed, the RelatedNode is the changed parent. If an event is instead dispatched to a subtree indicating a node was changed within it, the RelatedNode is the changed node. In the case of the AttrChangeType.Modification event it indicates the attribute node which was modified, added, or removed.