Skip to main content

DragObjectOverEventArgs(Object, PositionInfo) Constructor

Creates a new DragObjectOverEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public DragObjectOverEventArgs(
    object dragObject,
    PositionInfo dropInfo
)

Parameters

Name Type Description
dragObject Object

An object representing the band or column whose header is being dragged. This value is assigned to the DragObjectOverEventArgs.DragObject property.

dropInfo DevExpress.XtraGrid.Dragging.PositionInfo

An object providing information on the header’s current position. This value is assigned to the DragObjectOverEventArgs.DropInfo property.

See Also