ICancelEventArgs

Description

The ICancelEventArgs interface contains properties of the argument of the events, in which it is possible to cancel any action.

Properties

   Property name Brief description
AllowChange Outdated. The AllowChange property determines whether it is possible to execute any action. This property is obsolete.
Allowed The Allowed property determines whether it is possible to execute any action.
CanClose Outdated. The CanClose property determines whether it is possible to execute any action. The property is outdated.

See also:

Forms Assembly Interfaces