Skip to main content
Version: 3.5

LayoutEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void LayoutEventHandler(Object sender, LayoutEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eLayoutEventArgsA LayoutEventArgs that contains the event data.

Fired By

NameDescription
Control.LayoutFired when a control should reposition its child controls.