mWindow.onDragLeave()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0;

Macintosh: Not Yet Available

Usage

mWindow.onDragLeave = function () {
   // your statements here
}

Parameters

None.

Returns

Nothing.

Description

Event handler; An event handling function called when a dragging session is cancelled.

Example

The following example sets a new onDragLeave() event handling function.

mWindow.onDragLeave = function ()
{
}