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