Control.DragStart

Syntax

DragStart: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The DragStart event occurs when dragging the component begins.

Example

The example of event use is given in theExample of Creating the ListBox Component page.

See also:

Control