DHTML Events
Fires after the transfer of data from the object to the data provider.
Inline HTML |
<element onafterupdate = "handler" ... > |
All platforms |
Event property |
object.onafterupdate = handler |
ECMA-262 Language Specification |
Named script |
<script FOR=object EVENT=onafterupdate> |
Internet Explorer® only |
Bubbles |
Yes |
Cancels |
No |
To invoke |
Change the data that the object contains. |
Default action |
Confirms that data has been transferred. |
This event only fires when the object is databound and an onbeforeupdate event has fired (for example, because the data has changed).
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
cancelBubble |
Sets or retrieves whether the current event should bubble up the hierarchy of event handlers. |
srcElement |
Retrieves the object that fired the event. |
type |
Retrieves the event name from the event object. |
BDO, HTMLAREA, INPUT type=text, RB, RT, RUBY, TEXTAREA
onbeforeupdate