Skip to content

Commit 34ebd39

Browse files
Update knowledge-base/collectionview-maui-dragdrop-notify-viewmodel.md
Co-authored-by: Yordan <[email protected]>
1 parent 085244c commit 34ebd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/collectionview-maui-dragdrop-notify-viewmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ res_type: kb
1717

1818
## Description
1919

20-
I want to notify the view model when drag-and-drop actions are performed in the [CollectionView for .NET MAUI](https://docs.telerik.com/devtools/maui/controls/collectionview/overview). Unlike `RadListView.ReorderEnded` event, CollectionView uses `DragDropBehavior`, but it isn't clear how to inform the view model of the drop action.
20+
I want to notify the view model when drag-and-drop actions are performed in the [CollectionView for .NET MAUI](https://docs.telerik.com/devtools/maui/controls/collectionview/overview). Unlike the `RadListView.ReorderEnded` event, CollectionView uses `DragDropBehavior`, but it isn't clear how to inform the view model of the drop action.
2121

2222
This knowledge base article also answers the following questions:
2323
- How to handle drag-and-drop in CollectionView for .NET MAUI?

0 commit comments

Comments
 (0)