WebRequestHandler
Wisej.Web.WebRequestHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the WebRequest event of a Widget control.
public delegate void WebRequestHandler(Object sender, WebRequestEventArgs e)
Parameters
Name
Type
Description
Fired By
Name
Description
Fired when the widget used the "postbackUrl" to retrieve data from this control.
Last updated
Was this helpful?