TTMSFNCCustomControl.OnAfterDraw Event
Fired after the control has finished painting, allowing additional content to be drawn on top.
API unit family: TMSFNCCustomControl
Declaring type: TTMSFNCCustomControl
Syntax
OnAfterDraw: TTMSFNCCustomControlAfterDrawEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that raises the event. |
AGraphics |
Graphics context used for drawing. |
ARect |
Target drawing rectangle. |