The DragDropContentEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedEffects |
Gets the allowed effects.
(Inherited from DragContentEventArgs.) | |
Content |
Gets the content. Usually collection of Row objects
(Inherited from DragContentEventArgs.) | |
Data |
Gets the data object. Usually specified in the case of drag and drop operation between different applications.
(Inherited from DragContentEventArgs.) | |
Effect |
Gets or sets the current effect.
(Inherited from DragContentEventArgs.) | |
Handled |
Gets or sets a value indicating whether the drag & drop should be procecced manually.
| |
KeyState |
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
(Inherited from DragContentEventArgs.) | |
Source |
Gets the source.
(Inherited from DragContentEventArgs.) | |
TargetGrid |
Gets the target grid.
(Inherited from DragContentEventArgs.) | |
TargetPosition |
Gets or sets the target position.
(Inherited from DragContentEventArgs.) | |
TargetRow |
Gets or sets the target row.
(Inherited from DragContentEventArgs.) | |
X |
Gets the x-coordinate of the mouse pointer in pixels.
(Inherited from DragContentEventArgs.) | |
Y |
Gets the y-coordinate of the mouse pointer in pixels.
(Inherited from DragContentEventArgs.) |