Okay, i found out i should use the beforeEventRender method. Exept it issent included to daypilot lite. So if i should add it i should add it into EventDelegate.cs right?
next question:
The code should look something like this?
public class BeforeEventRender : EventArgs
{
public something? Name
{
?????????
}
}
Are there somene who has implemented this method to daypilot lite? Alle help would be very much appreciated!!!
Thanks...