OnBeforeEventRender

Asked by Henri Toivonen
14 years ago.

Has the behaviour changed for OnBeforeEventRender for v1.2 compared to v1.1? I can't seem to get it to work with the new version.

protected override void OnBeforeEventRender(BeforeEventRenderArgs e)
{
if (Boolean.Parse(e.Tag["CheckedIn"]) == true)
[..]

e.Tag is null in v1.2 but has the right values in v1.1.

Comment posted by Dan Letecky [DayPilot]
14 years ago.

It looks like a bug, please let me check it.

Comment posted by Henri Toivonen
14 years ago.

Wow, that was fast. Thanks!

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.