ICancelEventArgs.AllowChange

Syntax

AllowChange: Boolean;

Description

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