Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Function of a Class

This starts the core drag and drop session.

To really get drag and drop working you need to define a function which you attach to QxConst.EVENT_TYPE_DRAGSTART-event, which invokes at least this.startDrag()


Parameters

NameTypeMandatoryInfo
eAllfalse

Type

This function is private. It is only for internal programming and should not be used by the user!

Usage

QxDragAndDropManager._handleMouseDown(e);