BootstrapClientTagBox.TagsChanged Event
Fires on the client side after the tag collection has been changed.
Declaration
TagsChanged: ASPxClientEvent<ASPxClientEventHandler<BootstrapClientTagBox>>
Event Data
The TagsChanged event's data class is ASPxClientEventArgs.
Remarks
Write a TagsChanged event handler to perform specific actions on the client side every time the tag collection (BootstrapTagBox.Tags) changes.
See Also