This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

resize

Overview Table

Synchronous No
Bubbles No
Target dom/Element
Cancelable No
Default action ?
## Notes

Remarks

The onresize event applies only to the outermost svg element and is dispatched after the resize operation finishes. N/A To invoke this event, do one of the following:

  • The user changes the size of the document view.

Syntax

Standards information

Event handler parameters

pEvt [in]
Type: IDOMUIEventThe IDOMEvent object.

See also

Related pages

Attributions