ControlEventHandler

Wisej.Web.ControlEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ControlAdded and ControlRemoved events of the Control class.

public delegate void ControlEventHandler(Object sender, ControlEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A ControlEventArgs that contains the event data.

Fired By

NameDescription

Fired when a new control is added to the ControlCollection.

Fired when a control is removed from the ControlCollection.

Fired when a multiple-document interface (MDI) child form is added to the mdi parent.

Fired when a multiple-document interface (MDI) child form is removed from the mdi parent.

Last updated