onshippingaddresschange 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 the shipping address.

Syntax

Event Property object.onshippingaddresschange = handler;
addEventListener Method object.addEventListener("onshippingaddresschange", handler, useCapture)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

  • handler [in]
    Type: EventHandler

See also

PaymentRequest