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.
returnValue property
Sets or retrieves the return value from the event.
Syntax
| JavaScript | |
|---|
Property values
Type: Variant
-
Default. Value from the event is returned.
-
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
Show: