Skip to main content
All docs
V18.2

constructor(component, element, target, jQueryEvent) Constructor

Initializes a new instance of the BootstrapUIWidgetElementClickEventArgs class with the specified parameters.

Declaration

constructor(
    component: any,
    element: any,
    target: any,
    jQueryEvent: any
)

Parameters

Name Type Description
component any

The widget instance.

element any

The widget’s container.

target any

The event that caused the handler execution.

jQueryEvent any

The jQuery event that caused the handler execution.

See Also