Skip to main content
Version: 4.1

ControlEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ControlAdded and ControlRemoved events.

public class ControlEventArgs : EventArgs

Constructors

Instance member ControlEventArgs(control)

Initializes a new instance of the ControlEventArgs class for the specified control.

NameTypeDescription
controlControlThe Control to store in this event.

Properties

Instance member Control

Control: Returns the control object used by this event.

Used By

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