Wisej.Web.LayoutEventHandler
Last updated 2 years ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.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
Object
The source of the event.
e
LayoutEventArgs
A LayoutEventArgs that contains the event data.
Control.Layout
Fired when a control should reposition its child controls.