onrowenter

HTML (DHTML)

onrowenter Event

Internet Development Index

Fires to indicate that the current row has changed in the data source and new data values are available on the object.

Syntax

Inline HTML<ELEMENT onrowenter = "handler" ... > All platforms
Event propertyobject.onrowenter = handlerJScript only
object.onrowenter = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onrowenter> Internet Explorer only

Event Information

BubblesYes
CancelsNo
To invoke Change data values in the current row.
Default action Signals that new data is available in the current row.

Event Object Properties

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

Available Properties

altKey Sets or retrieves a value that indicates the state of the ALT key.
altLeft Sets or retrieves a value that indicates the state of the left ALT key.
ctrlLeft Sets or retrieves the state of the left CTRL key.
qualifier Sets or retrieves the name of the data member provided by a data source object.
recordset Sets or retrieves from a data source object a reference to the default record set.
returnValue Sets or retrieves the return value from the event.
shiftLeft Retrieves the state of the left SHIFT key.
srcElement Sets or retrieves the object that fired the event.
type Sets or retrieves the event name from the event object.

Remarks

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

Standards Information

There is no public standard that applies to this event.

Applies To

APPLET, OBJECT, XML

See Also

Introduction to Data Binding, onrowexit