Skip to main content
Tab

ASPxTokenBox.TokensChanged Event

Fires on the server side after the token collection has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public event EventHandler TokensChanged

#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