HelpBot Assistant

How can I help you?

ITaskbarEditedEventArgs

16 Mar 20261 minute to read

Properties

action string

Represents the action type associated with the edit operation.

cancel boolean

Specifies whether the event can be canceled.

data IGanttData

Contains the Gantt task data associated with the edit action.

editingFields ITaskData

Represents the fields being edited in the taskbar.

previousData ITaskData

Represents the previous values of the task before editing.

recordIndex number

Specifies the index of the edited task in the data collection.

roundOffDuration boolean

Indicates whether the task duration should be rounded off after editing.

segmentIndex number

Specifies the index of the segment being edited (for split tasks).

target Element

References the target HTML element involved in the edit action.

taskBarEditAction string

Indicates the type of taskbar edit action performed (e.g., progress change, resize).