Skip to main content
Version: 3.5

FormClosingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the FormClosing event.

public class FormClosingEventArgs : CancelEventArgs

Constructors

Instance memberFormClosingEventArgs(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 memberCloseReason

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

Used By

NameDescription
FormClosingEventHandlerRepresents the method that handles a FormClosing event.