The DragDropContentEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAllowedEffects
Gets the allowed effects.
(Inherited from DragContentEventArgs.)
Public propertyContent
Gets the content. Usually collection of Row objects
(Inherited from DragContentEventArgs.)
Public propertyData
Gets the data object. Usually specified in the case of drag and drop operation between different applications.
(Inherited from DragContentEventArgs.)
Public propertyEffect
Gets or sets the current effect.
(Inherited from DragContentEventArgs.)
Public propertyHandled
Gets or sets a value indicating whether the drag & drop should be procecced manually.
Public propertyKeyState
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
(Inherited from DragContentEventArgs.)
Public propertySource
Gets the source.
(Inherited from DragContentEventArgs.)
Public propertyTargetGrid
Gets the target grid.
(Inherited from DragContentEventArgs.)
Public propertyTargetPosition
Gets or sets the target position.
(Inherited from DragContentEventArgs.)
Public propertyTargetRow
Gets or sets the target row.
(Inherited from DragContentEventArgs.)
Public propertyX
Gets the x-coordinate of the mouse pointer in pixels.
(Inherited from DragContentEventArgs.)
Public propertyY
Gets the y-coordinate of the mouse pointer in pixels.
(Inherited from DragContentEventArgs.)

See Also