LayoutEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the Layout event of a Control.
- C#
- VB.NET
public delegate void LayoutEventHandler(Object sender, LayoutEventArgs e)
Public Delegate Sub LayoutEventHandler(ByVal sender As [Object], ByVal e As LayoutEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | LayoutEventArgs | A LayoutEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.Layout | Fired when a control should reposition its child controls. |