FormClosingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that handles a FormClosing event.
- C#
- VB.NET
public delegate void FormClosingEventHandler(Object sender, FormClosingEventArgs e)
Public Delegate Sub FormClosingEventHandler(ByVal sender As [Object], ByVal e As FormClosingEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | FormClosingEventArgs | A FormClosingEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Form.FormClosing | Occurs before the form is closed. |