FormClosedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the FormClosed event.
- C#
- VB.NET
public class FormClosedEventArgs : EventArgs
Public Class FormClosedEventArgs
Inherits EventArgs
Constructors
FormClosedEventArgs(closeReason)
Initializes a new instance of the FormClosedEventArgs class.
| Name | Type | Description |
|---|---|---|
| closeReason | CloseReason | A CloseReason value that represents the reason why the form was closed. |
Properties
CloseReason
CloseReason: Returns a value that indicates why the form was closed.
Used By
| Name | Description |
|---|---|
| FormClosedEventHandler | Represents the method that handles a FormClosed event. |