Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • BootstrapUIWidgetOptionChangedEventArgs Properties

    Provides data for client events raised in response to changing the widget’s options.
    Name Description
    component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
    element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
    fullName The option’s full name.
    name The option’s short name.
    previousValue The option’s old value.
    value The option’s new value.
    See Also