Table of Contents

Method ChildNodeChange

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

ChildNodeChange(object, XmlNodeChangedEventArgs)

Called when any child node is changing. If an element is moved the CSS heirarchy for that element will need to change. This is mainly useful when one of the child nodes parent is a referenced node (for example in a <use> element.

public virtual void ChildNodeChange(object src, XmlNodeChangedEventArgs args)

Parameters

src object
args XmlNodeChangedEventArgs