The onRowCreate event is triggered by the JavaScript Gantt Chart component when new row text is submitted. It fires before the default action specified by rowCreateHandling.
DayPilot.Gantt.onRowCreate(args)
args.text
(string) - the new text submitted by the user
args.preventDefault()
- prevents the default action