WidgetEventArgs
Wisej.Web.WidgetEventArgs
Last updated
Was this helpful?
Wisej.Web.WidgetEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the event.
Initializes a new instance of the class.
type
The type (name) of event.
data
The data object received with the event.
: Returns the data object that was sent by the widget with the event.
: Returns the type (name) of the event fired by the widget.
Represents the method that handles the event.