Wisej.Web.LayoutEventHandler
Last updated 10 months ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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)
sender
The source of the event.
e
A that contains the event data.
Fired when a control should reposition its child controls.