Wisej.Web.WebEventHandler
Last updated 2 months ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a method that handles the and events. Since 4.0.0
public delegate void WebEventHandler(Object sender, WebEventArgs e)
Public Delegate Sub WebEventHandler(ByVal sender As [Object], ByVal e As WebEventArgs)
sender
The source of the event.
e
A that contains the event data.