Skip to content

Commit fe88303

Browse files
committed
997111 - Addressed review changes.
1 parent 3f7b836 commit fe88303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/Kanban-Board/Events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class KanbanViewModel
164164
{% highlight C# hl_lines="2 6" %}
165165

166166
this.kanban.ItemsSource = new ViewModel().TaskDetails;
167-
this.kanban.DragStarting += OnKanbanCardDragStart;
167+
this.kanban.DragStart += OnKanbanCardDragStart;
168168

169169
private void OnKanbanCardDragStart(object sender, KanbanDragStartEventArgs e)
170170
{

0 commit comments

Comments
 (0)