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

Not finding DayPilot.Web.Ui.Events

Asked by Anonymous
13 years ago.

Hello, I'm currently working on a school project and I'm struggling getting BeforeEventRenderEventArgs working to be able to change the background color depending on what kind of event I'm scheduling.

I did put DayPilot.dll in the Bin folder, and added the DayPilot.Web.Ui dependancy ; however completion is not even finding DayPilot.Web.Ui.Events

Would very much appreciate any help to help me find out why I can't get this on the way.

Working on Visual Studio 2008, C#

Comment posted by Dan Letecky
13 years ago.

The easiest way is to switch to the WYSIWIG mode in the designer, focus the control, switch to events ("flash" icon in the toolbar) in the properties window and double click the free space next to BeforeEventRender event. This will generate a handler stub and links it with the event. You just need to add the method body.

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