Skip to main content
Version: 4.1

LayoutEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the Layout event.

public class LayoutEventArgs : EventArgs

Constructors

Instance member LayoutEventArgs(affectedComponent, affectedProperty)

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

NameTypeDescription
affectedComponentIComponentThe IComponent affected by the layout change.
affectedPropertyStringThe property affected by the layout change.

Instance member LayoutEventArgs(affectedControl, affectedProperty)

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

NameTypeDescription
affectedControlControlThe Control affected by the layout change.
affectedPropertyStringThe property affected by the layout change.

Properties

Instance member AffectedComponent

IComponent: Returns the IComponent affected by the layout change.

Instance member AffectedControl

Control: Returns the child control affected by the change.

Instance member AffectedProperty

String: Returns the property affected by the change.

Used By

NameDescription
LayoutEventHandlerRepresents the method that will handle the Layout event of a Control.