WebEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the ControlUpdated and ControlRendered events.
- C#
- VB.NET
public class WebEventArgs : EventArgs
Public Class WebEventArgs
Inherits EventArgs
Properties
Config
Object: Returns the dynamic data object either received from the browser for the ControlUpdated event or being sent to the browser for the ControlRendered event.
Used By
| Name | Description |
|---|---|
| WebEventHandler | Represents a method that handles the ControlUpdated and ControlRendered events. Since 4.0.0 |