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