CssParseEvent public class CssParseEvent : Event The event that is published in case of starting CSS parsing. Documentation Code public ICssStyleSheet StyleSheet { get; } Gets the stylesheet, which is to be filled. public CssParseEvent(ICssStyleSheet styleSheet, bool completed) Creates a new event for starting CSS parsing.