CanClose: Boolean;
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.
The property is outdated, use ICancelEventArgs.Allowed.
See also:
ICancelEventArgs