MouseMove: function (sender, args);
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).
The MouseMove event is fired on mouse cursor movement.
The example of event use is given in description of the TabSheet.calcCoordUnderMouse method.
Seebsp;also: