Skip to main content
Version: 4.1

ControlEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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
senderObjectThe source of the event.
eControlEventArgsA ControlEventArgs that contains the event data.

Fired By

NameDescription
Control.ControlAddedFired when a new control is added to the ControlCollection.
Control.ControlRemovedFired when a control is removed from the ControlCollection.
Form.MdiChildAddedFired when a multiple-document interface (MDI) child form is added to the mdi parent.
Form.MdiChildRemovedFired when a multiple-document interface (MDI) child form is removed from the mdi parent.