Skip to main content
Version: 4.1

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

public delegate void WebEventHandler(Object sender, WebEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eWebEventArgsA WebEventArgs that contains the event data.