Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TokenEditorBehavior Events
Show Inherited Hide Inherited

Provides access to token settings and allows you to control the token editing process.
Name Description
Changed Occurs when the Freezable or an object it contains is modified. Inherited from Freezable.
TokenActivated Occurs when a token is activated.
TokenActivating Occurs when a token is about to receive input focus.
TokenDeactivated Occurs when a token is deactivated.
TokensChanged Occurs when a token is added to or removed from the token editor’s edit field.
TokensChanging Occurs when a token is about to be added to or removed from the edit field.
TokenTextChanging Occurs when the token text is about to change.
See Also