FormClosingEventArgs
Wisej.Web.FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the FormClosing event.
Constructors
FormClosingEventArgs(closeReason, cancel)
Initializes a new instance of the FormClosingEventArgs class.
Name
Type
Description
Properties
CloseReason
CloseReason: Returns a value that indicates why the form is being closed.
Used By
Name
Description
Represents the method that handles a FormClosing event.
Last updated