WebEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents a method that handles the ControlUpdated and ControlRendered events. Since 4.0.0
- C#
- VB.NET
public delegate void WebEventHandler(Object sender, WebEventArgs e)
Public Delegate Sub WebEventHandler(ByVal sender As [Object], ByVal e As WebEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | WebEventArgs | A WebEventArgs that contains the event data. |