Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • constructor(component, element, fullName, name, previousValue, value) Constructor

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

    Declaration

    constructor(
        component: any,
        element: any,
        fullName: string,
        name: string,
        previousValue: any,
        value: any
    )

    Parameters

    Name Type Description
    component any

    The widget instance.

    element any

    The widget’s container.

    fullName string

    The option’s full name.

    name string

    The option’s short name.

    previousValue any

    The option’s old value.

    value any

    The option’s new value.

    See Also