All pages
Powered by GitBook
1 of 1

Loading...

WidgetEventArgs

Wisej.Web.WidgetEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the WidgetEvent event.

public class WidgetEventArgs : EventArgs
Public Class WidgetEventArgs
    Inherits EventArgs

Constructors

WidgetEventArgs(type, data)

Initializes a new instance of the class.

Name
Type
Description

Properties

Data

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

Type

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

Used By

Name
Description

type

String

The type (name) of event.

data

Object

The data object received with the event.

WidgetEventHandler

Represents the method that handles the WidgetEvent event.

WidgetEventArgs
Object
String