FormClosedEventHandler

Wisej.Web.FormClosedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that handles a FormClosed event.

public delegate void FormClosedEventHandler(Object sender, FormClosedEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A FormClosedEventArgs that contains the event data.

Fired By

NameDescription

Occurs after the form is closed.

Last updated