onMouseDrag (Event handler)

An event handler for mouse drag operations.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyObject.onmousedrag = aHandler
HTML syntax:<HTMLTag onMouseDrag="...">
Argument list:aHandlerA reference to a function object to handle the event

Holding down the mouse button and then moving the mouse across the window will initiate this event.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, Mouse events, Semantic event