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