TTMSFNCCustomRangeSliderAfterDrawThumbEvent Event Type
Event fired after a thumb has been drawn.
API unit family: TMSFNCRangeSlider
Parameters
| Name | Description |
|---|---|
Sender |
Range slider that fired the event. |
AGraphics |
Graphics context used for rendering. |
ARect |
Bounding rectangle of the thumb. |
AValue |
Current value represented by the thumb. |
ALeft |
True when the left thumb was drawn; False for the right thumb. |