AS Name |
Definition |
|---|---|
| onChDim | Dispatched when the width or height properties of the content are modified |
| onDrawStart | Dispatched when the component starts to create |
| onDrawFinish | Dispatched when the component finishes to create all its elements |
| onHScroll | Dispatched when horizontal scrolling occurs |
| onVScroll | Dispatched when vertical scrolling occurs |
| onHScrollStop | Dispatched when horizontal scrolling stops |
| onVScrollStop | Dispatched when vertical scrolling stops |
| onUpScroll | Dispatched when up scroll method is called |
| onDownScroll | Dispatched when down scroll method is called |
| onLeftScroll | Dispatched when left scroll method is called |
| onRightScroll | Dispatched when right scroll method is called |
| onContScroll | Dispatched when continuous scroll starts |
| onContScrollStop | Dispatched when continuous scroll is stopped |