ICancelEventArgs.CanClose

Syntax

CanClose: Boolean;

Description

The CanClose property determines whether it is possible to perform any action. If the property is set to True, the action is performed, otherwise, it is cancelled.

NOTE. This property is obsolete, use the Allowed property instead.

See also:

ICancelEventArgs