Click or drag to resize
CssEventArgs Class
The object of this class is used to pass CSS preprocessing arguments to a callback method.
Inheritance Hierarchy

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public class CssEventArgs : EventArgs

The CssEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCssEventArgs
Top
Properties
  NameDescription
Public propertyCode
Stylesheet code.
Public propertyErrorMessage
Error message.
Public propertyWarningMessage
Warning message.
Top
See Also