QueryDragPreviewImageEventArgs Properties
Provides data for the DragDropManager.QueryDragPreviewImage event.Name | Description |
---|---|
Action | Gets the drag-and-drop action (Copy, Move, etc.) to perform. |
InsertType | Gets or sets whether dragged data elements will be inserted before or after data element under the mouse pointer, or as a child (for tree list only). |
KeyState | Gets the pressed mouse buttons (left, middle, right) and modifier keys (Shift, Ctrl, Alt). |
PreviewImage | Gets or sets a preview of dragged data elements (rows/nodes/items). |
Regions | |
Source | Gets the source control. |
Target | Gets the target control. |
See Also