search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

OnBeforeEventRender

Asked by Henri Toivonen
12 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]
12 years ago.

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

Answer posted by Dan Letecky [DayPilot]
12 years ago.
Comment posted by Henri Toivonen
12 years ago.

Wow, that was fast. Thanks!

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