onshippingoptionchange event
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Fires when there is a change to a shipping option.
Syntax
Event Property | object.onshippingoptionchange = handler; |
addEventListener Method | object.addEventListener("onshippingoptionchange", handler, useCapture) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
- handler [in]
Type: EventHandler