Back to Devexpress

TokenEditorBehavior.TokensChanged Event

wpf-devexpress-dot-xpf-dot-editors-dot-tokeneditorbehavior-84bb422d.md

latest1.4 KB
Original Source

TokenEditorBehavior.TokensChanged Event

Occurs when a token is added to or removed from the token editor’s edit field.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<TokensChangedEventArgs> TokensChanged
vb
Public Event TokensChanged As EventHandler(Of TokensChangedEventArgs)

Event Data

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

PropertyDescription
AddedTokensGets the list of tokens that have been added.
RemovedTokensGets the list of tokens that have been removed.

See Also

TokenEditorBehavior Class

TokenEditorBehavior Members

DevExpress.Xpf.Editors Namespace