LayoutEventArgs

Wisej.Web.LayoutEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Layout event.

public class LayoutEventArgs : EventArgs

Constructors

Initializes a new instance of the LayoutEventArgs class with the specified component and property affected.

NameTypeDescription

affectedComponent

The IComponent affected by the layout change.

affectedProperty

The property affected by the layout change.

Initializes a new instance of the LayoutEventArgs class with the specified control and property affected.

NameTypeDescription

affectedControl

The Control affected by the layout change.

affectedProperty

The property affected by the layout change.

Properties

IComponent: Returns the IComponent affected by the layout change.

Control: Returns the child control affected by the change.

String: Returns the property affected by the change.

Used By

NameDescription

Represents the method that will handle the Layout event of a Control.

Last updated