Hi.
i have following peace of code:
ctl.FreeTimeClick += DayPilot.Web.Ui.FreeClickDelegate(DayPilotCalendar2_FreeTimeClick);
I gives me the error:
Error 174 'DayPilot.Web.Ui.FreeClickDelegate' is a 'type', which is not valid in the given context.
I have created a daypilot dynamically and want to call af method if af freetime is clicked. Is this not the way to do it?
Thanks...