ASPxClientTokenBox.TokensChanged Event
Occurs on the client after a user changes the token collection.
Declaration
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