CancelEventArgs

Description

The CancelEventArgs class implements argument of the events that occur before any action. It is possible to cancel this action in these events.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event, in which it is possible to cancel any action.

Properties inherited from ICancelEventArgs

   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 Classes