WidgetEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that handles the WidgetEvent event.
- C#
- VB.NET
public delegate void WidgetEventHandler(Object sender, WidgetEventArgs e)
Public Delegate Sub WidgetEventHandler(ByVal sender As [Object], ByVal e As WidgetEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | WidgetEventArgs | A WidgetEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.WidgetEvent | Fired when the control receives a custom event from the client. |