LayoutEventHandler
Wisej.Web.LayoutEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the Layout event of a Control.
public delegate void LayoutEventHandler(Object sender, LayoutEventArgs e)
Public Delegate Sub LayoutEventHandler(ByVal sender As [Object], ByVal e As LayoutEventArgs)
Parameters
A that contains the event data.
Fired By
Fired when a control should reposition its child controls.