The DragContentEventArgs type exposes the following members.

Properties

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

See Also