Table of Contents

TTMSFNCPlanner.OnCloseInplaceEditor Event

Occurs when the inplace editor closes.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCPlanner Inherited from: TTMSFNCCustomPlanner

Syntax

OnCloseInplaceEditor: TTMSFNCPlannerCloseInplaceEditorEvent;

Parameters

Name Description
Sender Object that triggered the event.
AStartTime Start date and time for the affected range or item.
AEndTime End date and time for the affected range or item.
APosition Planner position index affected by the event.
AItem Planner item affected by the event.
ACancelled Indicates whether the dialog or editor was cancelled.
ACanClose Set to False to prevent the dialog or editor from closing.