10131 : In the Event AfterMove of the TimeItem it is possible to know which is the destination Row? I need to check if permit or not the move.

Question

In the Event AfterMove of the TimeItem it is possible to know which is the destination Row? I need to check if permit or not the move.

Answer

The public event TimeItemEvent OnTimeItem_AfterMove() has the time item event arguments
You can use the e.NewGanttRow or you can follow the e.TimeItem.GanttRow link.

Leave a Reply