TTMSFNCCalendar.OnCustomArrowDraw Event
Occurs when a navigation arrow is drawn with custom drawing logic.
API unit family: TMSFNCCalendar
Declaring type: TTMSFNCCalendar
Inherited from: TTMSFNCCustomCalendar
Syntax
OnCustomArrowDraw: TTMSFNCCalendarCustomArrowDrawEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The drawing rectangle. |
ADirection |
Indicates the navigation or arrow direction. |