All pages
Powered by GitBook
1 of 1

Loading...

LayoutEventHandler

Wisej.Web.LayoutEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.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

Name
Type
Description

Fired By

Name
Description

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.