Loading...
Wisej.Web.CloseReason
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the reason that a form was closed.
ApplicationExit
The application is terminating.
FormOwnerClosing
The owner control form is closing.
MdiFormClosing
The parent form of this multiple document interface (MDI) form is closing.
None
The cause of the closure was not defined or could not be determined.
UserClosing
The user is closing the form through the user interface (UI).
Wisej.Web.FormBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the border styles for a form.
Fixed
A fixed, not resizable border.
FixedToolWindow
A tool window border that is not resizable.
None
No border.
Sizable
A resizable border.
SizableToolWindow
A resizable tool window border.
Wisej.Web.FormClosedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Initializes a new instance of the FormClosedEventArgs class.
CloseReason: Returns a value that indicates why the form was closed.
Loading...
Wisej.Web.FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Initializes a new instance of the FormClosingEventArgs class.
CloseReason: Returns a value that indicates why the form is being closed.
Loading...
Loading...
Loading...
Loading...
Loading...