TTMSFNCPlanner.OnBeforeSizeItem Event
Occurs before an item is resized.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
OnBeforeSizeItem: TTMSFNCPlannerBeforeSizeItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AItem |
Planner item affected by the event. |
ANewStartTime |
New start date and time proposed or applied to the item. |
ANewEndTime |
New end date and time proposed or applied to the item. |
ANewPosition |
New planner position proposed or applied to the item. |
ACanSize |
Set to False to prevent the item from being resized. |