ControlEventArgs

Wisej.Web.ControlEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ControlAdded and ControlRemoved events.

public class ControlEventArgs : EventArgs

Constructors

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

NameTypeDescription

control

The Control to store in this event.

Properties

Control: Returns the control object used by this event.

Used By

NameDescription

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

Last updated