aspnet-devexpress-dot-web-dot-aspxtokenbox-a146fb90.md
Serves as a notification that the token box contains custom tokens.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public event TokenBoxCustomTokensAddedEventHandler CustomTokensAdded
Public Event CustomTokensAdded As TokenBoxCustomTokensAddedEventHandler
The CustomTokensAdded event's data class is TokenBoxCustomTokensAddedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| CustomTokens | Gets the collection of custom tokens. |
The CustomTokensAdded event provides notification that the token box control contains custom tokens. You can use the event handler to add the tokens to the ASPxAutoCompleteBoxBase.Items collection. The TokenBoxCustomTokensAddedEventArgs.CustomTokens event argument property returns a collection of custom tokens.
See Also