GTP.NET.SL 1.1.2.2

——————————————
——-GTP.NET.SL 1.1.2.2—-
——————————————
GanttRow.cs (25)
TimeItem.cs (28)
new event OnTimeItemChange
This event fires when the user changes a TimeItem’s Start or Stop properties.Check the e.MoveState argument to see if it is a move or resize op.The old values are taken from the TimeItem; e.TimeItem.Start
The new values you get by applying the difference; e.TimeItem.Start.Add(e.Diff). You can limit the e.Diff, and the new value of difference will be use by the default logic executed after this event.

Leave a Reply