BootstrapUIWidgetOptionChangedEventArgs Members
Provides data for client events raised in response to changing the widget’s options.Constructors
| Name | Description |
|---|---|
| constructor(component, element, fullName, name, previousValue, value) | Initializes a new instance of the BootstrapUIWidgetOptionChangedEventArgs class with the specified parameters. |
Properties
| 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