FormClosedEventArgs
Wisej.Web.FormClosedEventArgs
Last updated
Wisej.Web.FormClosedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the FormClosed event.
Initializes a new instance of the FormClosedEventArgs class.
Name | Type | Description |
---|---|---|
CloseReason: Returns a value that indicates why the form was closed.
Name | Description |
---|---|
closeReason
A CloseReason value that represents the reason why the form was closed.
Represents the method that handles a FormClosed event.