Back to Devexpress

TokenEditorBehavior Events

wpf-devexpress-dot-xpf-dot-editors-dot-tokeneditorbehavior-dot-underscore-events.md

latest1.6 KB
Original Source

TokenEditorBehavior Events

Provides access to token settings and allows you to control the token editing process.

NameDescription
ChangedOccurs when the Freezable or an object it contains is modified. Inherited from Freezable.
TokenActivatedOccurs when a token is activated.
TokenActivatingOccurs when a token is about to receive input focus.
TokenDeactivatedOccurs when a token is deactivated.
TokensChangedOccurs when a token is added to or removed from the token editor’s edit field.
TokensChangingOccurs when a token is about to be added to or removed from the edit field.
TokenTextChangingOccurs when the token text is about to change.

See Also

TokenEditorBehavior Class

TokenEditorBehavior Members

DevExpress.Xpf.Editors Namespace