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: