For the complete documentation index, see llms.txt. This page is also available as Markdown.

ControlEventArgs

Wisej.Web.ControlEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ControlAdded and ControlRemoved events.

public class ControlEventArgs : EventArgs
Public Class ControlEventArgs
    Inherits EventArgs

Constructors

ControlEventArgs(control)

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

Name
Type
Description

control

The Control to store in this event.

Properties

Control

Control: Returns the control object used by this event.

Used By

Name
Description

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

Last updated

Was this helpful?