Skip to content

Commit 7cec696

Browse files
dimodiikoevska
andauthored
Update components/gantt/dependencies/editing.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 70250d7 commit 7cec696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gantt/dependencies/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This section explains the available events that you need to use for creating and
1818

1919
The Gantt provides the following dependency events:
2020

21-
* `OnCreate` fires when the users drag the dependency handle of a task from one end-point to another and thus create a new dependency. It provides a `GanttDependencyCreateEventArgs` object that contains the currently created dependency.
21+
* `OnCreate` fires when the users drag the dependency handle of a task from one end point to another and thus create a new dependency. It provides a `GanttDependencyCreateEventArgs` object that contains the currently created dependency.
2222
* `OnDelete` fires when the users deletes a dependency. To delete a dependency the user should select it using the mouse and press the `Delete` keyboard button. It provides a `GanttDependencyDeleteEventArgs` object that contains the currently deleted dependency in the `Item` field that you can cast to your model.
2323

2424
## Example

0 commit comments

Comments
 (0)