Click to return to the DHTML, HTML     
onafterprint Event     onbeforecopy Event     DHTML Events    
Web Workshop  |  DHTML, HTML & CSS

onafterupdate Event


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 propertyobject.onafterupdate = handlerJScript (compatible with ECMA 262 language specification) only
Named script<SCRIPT FOR = object EVENT = onafterupdate>Internet Explorer only

Remarks

BubblesYes
CancelsNo
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.

Event Object Properties

cancelBubbleSets or retrieves whether the current event should bubble up the hierarchy of event handlers.
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:
BDO, custom, INPUT TYPE=text, RT, RUBY, TEXTAREA

See Also

Data Binding, onbeforeupdate



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.