Version 1
Trellis Interface IDragDroppingEventArgs GrapeCity DataViewsJS Interface

IDragDroppingEventArgs Interface

Defines arguments of the event that occurs before the user drags or drops a trellis item

Heirarchy

  • IDragDroppingEventArgs

Properties

cancel

cancel: boolean

If this option is set true, the current status is canceled

dataItem

dataItem: any

Specifies dragged data

event

event: IPointerEventArgs

Specifies browser mouse event

hitInfo

hitInfo: IHitTestInfo

Indicates the current information of the pointer location

status

status: "beforeDropping" | "beforeDragging"

Indicates the drag drop status. The status can be 'beforeDragging' or 'beforeDropping'