Skip to main content
A newer version of this page is available. .

BootstrapTagBox.TagsChanged Event

Fires when the collection of selected values have been changed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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