WidgetEventArgs
Wisej.Web.WidgetEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the WidgetEvent event.
Constructors
WidgetEventArgs(type, data)
Initializes a new instance of the WidgetEventArgs class.
Name
Type
Description
type
The type (name) of event.
data
The data object received with the event.
Properties
Data
Object: Returns the data object that was sent by the widget with the event.
Type
String: Returns the type (name) of the event fired by the widget.
Used By
Name
Description
Last updated