onRowEnter (Event handler)

The data in a field bound to a data source is about to be changed.

Availability:

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

This event is triggered for those data-driven systems that need to track row and column changes to the data containers that are associated with a database. It fires to indicate that the current row has changed in the data source and new data values are available on the object.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onRowExit, Semantic event, XML object, XML.event

Supported by objects:

APPLET

AREA

BODY

BUTTON

DIV

Document

IMG

Input

MARQUEE

OBJECT

Select

TABLE

TD

TEXTAREA

TH