search

goog.fx.DragListGroup.EventType

Values

BEFOREDRAGEND
BEFOREDRAGMOVE
BEFOREDRAGSTART
DRAGEND

Raised after the dragged item is moved to the new spot.

DRAGGERCREATED

Raised on mouse down, when the dragger is first created. Handle this event to customize the dragger element even if the drag never actually starts (if the mouse never moves beyond hysteresis).

DRAGGERREMOVED

Raised whenever the dragger element is removed:

  • When a drag completes successfully.
  • If the drag never started due to mouseup within hysteresis.
  • If the drag was cancelled by a BEFORE* event.
  • If the drag was cancelled due to focus loss.
DRAGMOVE
DRAGSTART