LayoutEventArgs
Wisej.Web.LayoutEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the Layout event.
public class LayoutEventArgs : EventArgs
Constructors
LayoutEventArgs(affectedComponent, affectedProperty)

Initializes a new instance of the LayoutEventArgs class with the specified component and property affected.
Name
Type
Description
LayoutEventArgs(affectedControl, affectedProperty)

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

IComponent: Returns the IComponent affected by the layout change.
AffectedControl

Control: Returns the child control affected by the change.
AffectedProperty

String: Returns the property affected by the change.
Used By
Name
Description
Last updated
Was this helpful?