Skip to main content
Version: 3.5

WidgetEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that handles the WidgetEvent event.

public delegate void WidgetEventHandler(Object sender, WidgetEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eWidgetEventArgsA WidgetEventArgs that contains the event data.

Fired By

NameDescription
Control.WidgetEventFired when the control receives a custom event from the client.