TabSheet.MouseMove

Syntax

MouseMove: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Event - mouse cursor movement event, Element - DOM element of the cell positioned under the mouse cursor, Break - indicates if the event is canceled (if this argument is True the event is canceled, otherwise it is allowed).

Description

The MouseMove event is fired on mouse cursor movement.

Example

The example of event use is given in description of the TabSheet.calcCoordUnderMouse method.

Seebsp;also:

TabSheet