ASPxTokenBox.TokensChanged Event
Fires on the server side after the token collection has been changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The TokensChanged event's data class is EventArgs.
Remarks
Write a TokensChanged event handler to perform specific actions on the server side every time the token collection changes.
See Also