Fired when the moving is finished by the user, after the card is actually moved.
Declaration
DayPilot.Kanban.onCardMoved(args);
Parameters
- args.card (DayPilot.Card object) - the card being moved
- args.column (DayPilot.Column object) - column of the target cell
- args.swimlane (DayPilot.Swimlane object) - swim lane of the target cell
- args.position (integer) - position inside the target cell
- args.previous (DayPilot.Card object) - card preceding the target position
- args.next (DayPilot.Card object) - card following the target position
The source data object is accessible as args.card.data.