Vue Draggable Events

This section describes events raised by the Draggable widget.

See Also

disposing

Raised before the widget is disposed of.

Type:

Event

Main article: onDisposing

See Also

dragEnd

Raised when drag gesture is finished.

Type:

Event

dragMove

Raised every time a draggable item is moved.

Type:

Event

dragStart

Raised when drag gesture is initialized.

Type:

Event

initialized

Raised only once, after the widget is initialized.

Type:

Event

Main article: onInitialized

See Also

optionChanged

Raised after a widget option is changed.

Type:

Event

Main article: onOptionChanged

See Also