C# Class CsQuery.Implementation.CSSStyleChangedArgs

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

Public Methods

Method Description
CSSStyleChangedArgs ( bool hasStyleAttribute ) : System

Constructor.

Method Details

CSSStyleChangedArgs() public method

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