Skip to main content
Version: 3.5

WebRequestHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the WebRequest event of a Widget control.

public delegate void WebRequestHandler(Object sender, WebRequestEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eWebRequestEventArgsA WebRequestEventArgs that contains the event data.

Fired By

NameDescription
Widget.WebRequestFired when the widget used the "postbackUrl" to retrieve data from this control.