Loading...
Wisej.Web.FormClosingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that handles a FormClosing event.
public delegate void FormClosingEventHandler(Object sender, FormClosingEventArgs e)
Public Delegate Sub FormClosingEventHandler(ByVal sender As [Object], ByVal e As FormClosingEventArgs)
sender
The source of the event.
e
A that contains the event data.
Occurs before the form is closed.