JVCL Help:TJvCustomTimeLine.OnItemMoved

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the user has moved an item.


Pascal

 TJvItemMovedEvent = procedure (Sender: TObject; Item: TJvTimeItem; var NewStartDate: TDateTime; var NewLevel: Integer) ofobject;
propertyOnItemMoved: TJvItemMovedEvent;


Parameters

Parameters Description
NewStartDate Specifies the date where to the user has moved the item.
NewLevel Specifies the level where to the user has moved the item.
Sender The timeline view control in which an item is moved.
Item The item that the user has moved.


Description

Write an OnItemMoved event handler to take specific action when the user finishes dragging an item. For example, after moving an item, use an OnItemMoved event handler to ask the user whether the move really must be done.


See Also

TJvCustomTimeLine.DragLine, TJvCustomTimeLine.OnItemMoving


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page