DHTML Events
Fires just prior to the data source control changing the current row in the object.
Inline HTML |
<element onrowexit = "handler" ... > |
All platforms |
Event property |
object.onrowexit = handler |
ECMA-262 Language Specification |
Named script |
<script FOR=object EVENT=onrowexit> |
Internet Explorer® only |
Bubbles |
No |
Cancels |
Yes |
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.
While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.
Event Object Properties
bookmarks |
Returns a collection of ADO bookmarks tied to the rows effected by the current event. |
boundElements |
Returns a collection of all elements on the page bound to a dataset. |
dataFld |
Sets or retrieves which field of a given data source (as specified by the dataSrc property) to bind to the given object. |
recordset |
Retrieves the recordset if the object is a data provider. |
returnValue |
Sets or retrieves the return value from the event. |
srcElement |
Retrieves the object that fired the event. |
type |
Retrieves the event name from the event object. |
APPLET, OBJECT, XML
onrowenter