returnValue property

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
8 out of 12 rated this helpful - Rate this topic

Sets or retrieves the return value from the event.

Syntax

JavaScript

p = object.returnValue

Property values

Type: Variant

true

Default. Value from the event is returned.

false

Default action of the event on the source object is canceled.

Remarks

The value of this property takes precedence over values returned by the function, such as through a Microsoft JScript return statement.

See also

event

 

 

Send comments about this topic to Microsoft

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.