Wisej.Web.WebEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the ControlUpdated and ControlRendered events.
public class WebEventArgs : EventArgs
Public Class WebEventArgs Inherits EventArgs
Objectarrow-up-right: Returns the dynamic data object either received from the browser for the ControlUpdated event or being sent to the browser for the ControlRendered event.
WebEventHandler
Represents a method that handles the ControlUpdated and ControlRendered events. Since 4.0.0
Last updated 11 months ago
Was this helpful?