C1.WPF Namespace : C1DragDropManager Class |
For a list of all members of this type, see C1DragDropManager members.
Name | Description | |
---|---|---|
![]() | DragAutoScroll | Fires after the C1DragDropManager automatically scrolls a System.Windows.Controls.ScrollViewer in order to keep the drop location within view. |
![]() | DragDrop | Fires at the end of a drag drop process, when the user releases the mouse button over a registered drop target. |
![]() | DragEnter | Fires during a drag drop process, when the cursor enters a registered drop target. |
![]() | DragLeave | Fires during a drag drop process, when the cursor leaves a registered drop target. |
![]() | DragOver | Fires during a drag drop process, when the cursor moves over a registered drop target. |
![]() | DragStart | Fires when a drag drop process starts. |