Skip to main content
A newer version of this page is available. .

DragRowEventArgs(BaseRow, Point, RowDragEffect) Constructor

Creates a new DragRowEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public DragRowEventArgs(
    BaseRow row,
    Point pt,
    RowDragEffect effect
)

Parameters

Name Type Description
row BaseRow

A BaseRow object representing the row being dragged. This value is assigned to the RowEventArgs.Row property.

pt Point

A Point structure defining the screen coordinates of a point under the mouse cursor. This value is assigned to the DragRowEventArgs.ScreenLocation property.

effect RowDragEffect

A RowDragEffect enumeration value specifying available dragging effects. This value is assigned to the DragRowEventArgs.Effect property.

See Also