This topic has not yet been rated - Rate this topic

onbeforeupdate event

Fires on a databound object before updating the associated data in the data source object.

Syntax

HTML Attribute <element onbeforeupdate = "handler(event)">
Event Property object.onbeforeupdate = handler;
attachEvent Method object.attachEvent("onbeforeupdate", handler)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

There are no standards that apply here.

Remarks

If the HTMLSelectElementEvents2::onbeforeupdate event is canceled, the HTMLSelectElementEvents2::onafterupdate event does not fire.

Signals that the data contained in an object has changed.

To invoke this event, do one of the following:

  • Cause an object to receive focus, change the value of the object, and either cause the object to lose focus or force the document to unload.

The pEvtObj parameter is required for the following interfaces:

See also

Introduction to Data Binding

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.