FormClosingEventHandler
Wisej.Web.FormClosingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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)Parameters
Name
Type
Description
Fired By
Name
Description
Occurs before the form is closed.
Last updated
Was this helpful?

