The following tables list the members exposed by DragDropEventArgs.
Name | Description | |
---|---|---|
DragDropEventArgs Constructor |
Name | Description | |
---|---|---|
CopyCursorTemplate | Gets or sets the data template that will be used as cursor when coping operation is performed during dragging. | |
CustomMouseHolder | Gets or sets the System.Windows.UIElement suggested by consumer of the event as the element which has to capture the mouse during the drag-drop. | |
Data | Gets or sets the instance of the object that represents the dragged data. | |
DragSource | Gets the UIElement that initiates drag operation. | |
DragTemplate | Gets or sets the data template that will be applied to dragged element representation. | |
DropNotAllowedCursorTemplate | Gets or sets the data template that will be used as cursor when drag operation is performed but drop dragged item is not over appropriate target. | |
DropTarget | Gets the instance of the object marked as drop target. | |
MoveCursorTemplate | Gets or sets the data template that will be used as cursor when item is draged over appropriate drop target. | |
OperationType | Gets or sets the type of intended action during drag-and-drop operation. Setting this property will enforce the applying of related cursor. | |
OriginalDragSource | Gets the original reporting source as determined by pure hit testing. |