GanttChart fires a number of events on different ocasions, like dragging,resizing,inserting/removing a connection between tasks or editing/removing/inserting a task/resource. Double click on a task in order to open the
Editor Window. When an item is edited an event is fired and displayed in the log.
Events fired in the demo:
- change - fired when selection is changed
- opening - fired when the editor window is opening
- open - fired when the editor window is opened
- closing - fired when the editor window is closing
- close - fired when the editor window is closed
- dragStart - fired when a task bar dragging is started
- dragEnd - fired when a task bar dragging is finished
- resizeStart - fired when a task bar resizing is started
- resizeEnd - fired when a task bar resizing is finished
- progressChangeStart - fired when task bar progress thumb dragging is started
- progressChangeEnd - fired when task bar progress thumb dragging is finished
- connetionStart - fired when task bar connecting is started
- connetionEnd - fired when task bar conneciting is finished.
- itemRemove - fired when a task/resource/connection is removed.
- itemInsert - fired when a task/resource/connection is inserted.
- itemUpdate - fired when a task/resource/connection is updated.
- itemClick - fired when a task bar/task tree item/resource tree item/connection is clicked.