ICancelEventArgs.AllowChange

Syntax

AllowChange: Boolean;

Description

The AllowChange 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