10518 : Is there a way to catch the undo of a CollisionDetect?

…      string aEventDesc=“TimeItem “+e.ConflictArea.OwningTimeItem.Index.ToString();       if (e.ConflictAreaUpdateKind==ConflictAreaUpdateKind.add)         aEventDesc+=” has new conflict with “+e.ConflictArea.ConflictingTimeItem.Index.ToString();       if (e.ConflictAreaUpdateKind==ConflictAreaUpdateKind.update)         aEventDesc+=” still in conflict with “+e.ConflictArea.ConflictingTimeItem.Index.ToString();       if (e.ConflictAreaUpdateKind==ConflictAreaUpdateKind.remove)         aEventDesc+=” has… Continue reading

10722 : How can I stop ing a TimeItem when user drags the TimeItem into a Time item area which is designated as a holiday or non-working area.

…area. I have used “OnTimeItemAreaScalerPaintBackground” event to paint holidays and non-working days in different colour. I do not want users to drag the time items into those areas. Thank you…. Continue reading