Skip to main content
Version: 4.1

FormClosedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the FormClosed event.

public class FormClosedEventArgs : EventArgs

Constructors

Instance member FormClosedEventArgs(closeReason)

Initializes a new instance of the FormClosedEventArgs class.

NameTypeDescription
closeReasonCloseReasonA CloseReason value that represents the reason why the form was closed.

Properties

Instance member CloseReason

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

Used By

NameDescription
FormClosedEventHandlerRepresents the method that handles a FormClosed event.