ICloseQueryEventArgs

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The ICloseQueryEventArgs interface contains properties of the argument of the OnCloseQuery event that occurs when the form receives a command for closing.

Inheritance Hierarchy

          IEventArgs

          ICancelEventArgs

          ICloseQueryEventArgs

Properties

  Property name Brief description
CloseReason The CloseReason property returns the reason of form closing.

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 Interfaces