Back to Devexpress

ASPxTokenBox.CustomTokensAdded Event

aspnet-devexpress-dot-web-dot-aspxtokenbox-a146fb90.md

latest1.7 KB
Original Source

ASPxTokenBox.CustomTokensAdded Event

Serves as a notification that the token box contains custom tokens.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event TokenBoxCustomTokensAddedEventHandler CustomTokensAdded
vb
Public Event CustomTokensAdded As TokenBoxCustomTokensAddedEventHandler

Event Data

The CustomTokensAdded event's data class is TokenBoxCustomTokensAddedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CustomTokensGets the collection of custom tokens.

Remarks

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

Token Box

ASPxTokenBox Class

ASPxTokenBox Members

DevExpress.Web Namespace