FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the FormClosing event.
- C#
- VB.NET
public class FormClosingEventArgs : CancelEventArgs
Public Class FormClosingEventArgs
Inherits CancelEventArgs
Constructors
FormClosingEventArgs(closeReason, cancel)
Initializes a new instance of the FormClosingEventArgs class.
| Name | Type | Description |
|---|---|---|
| closeReason | CloseReason | A CloseReason value that represents the reason why the form is being closed. |
| cancel | Boolean | true to cancel the event; otherwise, false. |
Properties
CloseReason
CloseReason: Returns a value that indicates why the form is being closed.
Used By
| Name | Description |
|---|---|
| FormClosingEventHandler | Represents the method that handles a FormClosing event. |