WebRequestHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the WebRequest event of a Widget control.
- C#
- VB.NET
public delegate void WebRequestHandler(Object sender, WebRequestEventArgs e)
Public Delegate Sub WebRequestHandler(ByVal sender As [Object], ByVal e As WebRequestEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | WebRequestEventArgs | A WebRequestEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Widget.WebRequest | Fired when the widget used the "postbackUrl" to retrieve data from this control. |