constructor(component, element) Constructor
Initializes a new instance of the BootstrapUIWidgetEventArgsBase class with the specified widget and its container.
Declaration
constructor(
component: any,
element: any
)
Parameters
Name | Type | Description |
---|---|---|
component | any | The widget instance. |
element | any | The widget’s container. |
See Also