Table of Contents

Method HandleAttributeChange

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

HandleAttributeChange(XmlAttribute)

This function allows each element to handle it's own behaviors for attribute changing. By default, the cached computed style is invalidated because most attributes refer to style properties.

public virtual void HandleAttributeChange(XmlAttribute attribute)

Parameters

attribute XmlAttribute

The attribute that is changing.