scroll
Overview Table
Synchronous | No |
---|---|
Bubbles | No |
Target | dom/Element |
Cancelable | No |
Default action | ? |
Remarks
The onscroll event occurs when a document view is being moved through a direct user interaction or any change in the currentTranslate property that is available on the svg element. This event applies only to the outermost svg element and is dispatched after the movement has taken place.
The contents of an object scroll until new portions of the object become visible. To invoke this event, do one of the following:
- The user shifts the document view.
Syntax
Standards information
- Scalable Vector Graphics: Scripting, Section 18.4.3
Event handler parameters
- pEvt [in]
- Type: IDOMUIEventThe IDOMEvent object.
See also
Related pages
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]