FormClosingEventArgs
Wisej.Web.FormClosingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the FormClosing event.
public class FormClosingEventArgs : CancelEventArgs
Public Class FormClosingEventArgs
Inherits CancelEventArgs
Constructors

FormClosingEventArgs(closeReason, cancel)
Initializes a new instance of the FormClosingEventArgs class.
A CloseReason value that represents the reason why the form is being closed.
true to cancel the event; otherwise, false.
Properties

CloseReason
CloseReason: Returns a value that indicates why the form is being closed.
Used By
Represents the method that handles a FormClosing event.