I wanted to say thank you for the CSS support in 5.1 and ask for a minor enhancement.
Could you add a css option for the BeforeEventRenderEvent event? It would be helpful to switch the css class for each event based on some logic in the render method.
Example: e.CssClass = "MyCssClass"
Thanks!