ASPxClientTokenBox.TokensChanged Event
In This Article
Occurs on the client after a user changes the token collection.
#Declaration
TypeScript
TokensChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientTokenBox>>
#Event Data
The TokensChanged event's data class is ASPxClientEventArgs.
#Remarks
Write a TokensChanged event handler to perform specific actions on the client side every time a user changes the token collection.
See Also