FormClosingEventArgs
Wisej.Web.FormClosingEventArgs
Last updated
Was this helpful?
Wisej.Web.FormClosingEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the FormClosing event.
public class FormClosingEventArgs : CancelEventArgs
Initializes a new instance of the FormClosingEventArgs class.
closeReason
cancel
true to cancel the event; otherwise, false.
CloseReason: Returns a value that indicates why the form is being closed.
A value that represents the reason why the form is being closed.
Represents the method that handles a event.