BootstrapTagBox.TagsChanged Event
Fires when the collection of selected values have been changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The TagsChanged event's data class is EventArgs.
Remarks
Handle the TagsChanged event to perform specific actions on the server side every time the tag collection (BootstrapTagBox.Tags) changes.
Note
View the Demo To see this feature in action, please refer to the following online demo: Default TagBox.
See Also