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 |
| onLeftButtonPress | Dispatched when the "left" arrow is pressed |
| onLeftButtonRelease | Dispatched when the "left" arrow is released |
| onRightButtonPress | Dispatched when the "right" arrow is pressed |
| onRightButtonRelease | Dispatched when the "right" arrow is released |
| onUpButtonPress | Dispatched when the "up" arrow is pressed |
| onUpButtonRelease | Dispatched when the "up" arrow is released |
| onDownButtonPress | Dispatched when the "down" arrow is pressed |
| onDownButtonRelease | Dispatched when the "down" arrow is released |
| onHorizontalKnobPress | Dispatched when the knob of a horizontal scrollbar is pressed |
| onHorizontalKnobRelease | Dispatched when the knob of a horizontal scrollbar is released |
| onVerticalKnobPress | Dispatched when the knob of a vertical scrollbar is pressed |
| onVerticalKnobRelease | Dispatched when the knob of a vertical scrollbar is released |
| onHorizontalTrackPress | Dispatched when the track of a horizontal scrollbar is pressed |
| onHorizontalTrackRelease | Dispatched when the track of a horizontal scrollbar is released |
| onVerticalTrackPress | Dispatched when the track of a vertical scrollbar is pressed |
| onVerticalTrackRelease | Dispatched when the track of a vertical scrollbar is released |