FormClosingEventArgs
Wisej.Web.FormClosingEventArgs
Last updated
Wisej.Web.FormClosingEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the FormClosing event.
Initializes a new instance of the FormClosingEventArgs class.
Name | Type | Description |
---|---|---|
closeReason | ||
cancel | true to cancel the event; otherwise, false. |
CloseReason: Returns a value that indicates why the form is being closed.
Name | Description |
---|---|
A value that represents the reason why the form is being closed.
Represents the method that handles a event.