Fires on a databound object after successfully updating the associated data in the data source object.
Syntax
Inline HTML <ELEMENT onafterupdate = "handler" ... > All platforms Event property object.onafterupdate = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onafterupdate> Internet Explorer only
Remarks
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).
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.
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.
Applies To
BDO, custom, INPUT TYPE=text, RT, RUBY, TEXTAREA
See Also