Click to return to the DHTML, HTML     
onrowenter Event     onrowsdelete Event     DHTML Events    
Web Workshop  |  DHTML, HTML & CSS

onrowexit Event


Fires just before the data source control changes the current row in the object.

Syntax

Inline HTML<ELEMENT onrowexit = "handler" ... >All platforms
Event propertyobject.onrowexit = handlerJScript (compatible with ECMA 262 language specification) only
Named script<SCRIPT FOR = object EVENT = onrowexit>Internet Explorer only

Remarks

BubblesNo
CancelsYes
To invoke Change rows in the data source.
Default action Signals that the row in the databound object is about to be changed.

The onrowexit event only fires on databound objects. This event applies to objects that identify themselves as data providers.

Event Object Properties

Although event handlers in the DHTML Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties

bookmarksReturns a collection of ADO bookmarks tied to the rows affected by the current event.
boundElementsReturns a collection of all elements on the page bound to a dataset.
dataFldSets or retrieves which field of a given data source (as specified by the dataSrc property) to bind to the given object.
qualifierRetrieves the name of the recordset provided by a data source object.
recordsetRetrieves a reference to the default recordset from a data source object.
returnValueSets or retrieves the return value from the event.
srcElementRetrieves the object that fired the event.
typeRetrieves the event name from the event object.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
APPLET, OBJECT, XML

See Also

Data Binding, onrowenter



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.