WebEventHandler

Wisej.Web.WebEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Represents a method that handles the ControlUpdated and ControlRendered events. Since 4.0.0

public delegate void WebEventHandler(Object sender, WebEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A WebEventArgs that contains the event data.

Last updated

Was this helpful?