onRowExit (Event handler)

The data in a field bound to a data source has been changed.

Availability:

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

This event fires just before the data source control changes the current row in the object.

On exiting from a row, you may want to check the contents and possibly update the database with the changes.

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

Supported by objects:

APPLET

AREA

BODY

BUTTON

DIV

Document

IMG

Input

MARQUEE

OBJECT

Select

TABLE

TD

TEXTAREA

TH