FormClosingEventArgs

Wisej.Web.FormClosingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the FormClosing event.

public class FormClosingEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the FormClosingEventArgs class.

NameTypeDescription

closeReason

A CloseReason value that represents the reason why the form is being closed.

cancel

true to cancel the event; otherwise, false.

Properties

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

Used By

NameDescription

Represents the method that handles a FormClosing event.

Last updated