Skip to main content
Version: 4.1

WidgetEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the WidgetEvent event.

public class WidgetEventArgs : EventArgs

Constructors

Instance member WidgetEventArgs(type, data)

Initializes a new instance of the WidgetEventArgs class.

NameTypeDescription
typeStringThe type (name) of event.
dataObjectThe data object received with the event.

Properties

Instance member Data

Object: Returns the data object that was sent by the widget with the event.

Instance member Type

String: Returns the type (name) of the event fired by the widget.

Used By

NameDescription
WidgetEventHandlerRepresents the method that handles the WidgetEvent event.