ICancelEventArgs.CanClose

Syntax

CanClose: Boolean;

Description

The CanClose property determines whether it is possible to execute any action. If the property is set to True, the action is executed, otherwise, it is canceled.

Comments

The property is outdated, use ICancelEventArgs.Allowed.

See also:

ICancelEventArgs