Skip to main content
Version: 4.1

FormClosingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the FormClosing event.

public class FormClosingEventArgs : CancelEventArgs

Constructors

Instance member FormClosingEventArgs(closeReason, cancel)

Initializes a new instance of the FormClosingEventArgs class.

NameTypeDescription
closeReasonCloseReasonA CloseReason value that represents the reason why the form is being closed.
cancelBooleantrue to cancel the event; otherwise, false.

Properties

Instance member CloseReason

CloseReason: Returns a value that indicates why the form is being closed.

Used By

NameDescription
FormClosingEventHandlerRepresents the method that handles a FormClosing event.