C# 클래스 CsQuery.Implementation.CSSStyleChangedArgs

Arguments for when a style is changed.
상속: System.EventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
CSSStyleChangedArgs ( bool hasStyleAttribute ) : System

Constructor.

메소드 상세

CSSStyleChangedArgs() 공개 메소드

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