Skip to main content

BootstrapTagBox.TagsChanged Event

Fires when the collection of selected values have been changed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public event EventHandler TagsChanged

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