onBeforeEventRender(args)
Note: In builds 8.1.1794 and previous the event data object is accessible as args.e.
dp.onBeforeEventRender = function(args) { args.e.cssClass = "test"; args.e.html = args.e.text + ":"; };