C# Class CsQuery.Implementation.CSSStyleChangedArgs

Arguments for when a style is changed.
Inheritance: System.EventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CSSStyleChangedArgs ( bool hasStyleAttribute ) : System

Constructor.

Method Details

CSSStyleChangedArgs() public méthode

Constructor.
public CSSStyleChangedArgs ( bool hasStyleAttribute ) : System
hasStyleAttribute bool /// A value indicating whether this object has styles following the change. ///
Résultat System