Back to Devexpress

TokenEditorBehavior.TokenTextChanging Event

wpf-devexpress-dot-xpf-dot-editors-dot-tokeneditorbehavior-0ec528ed.md

latest1.8 KB
Original Source

TokenEditorBehavior.TokenTextChanging Event

Occurs when the token text is about to change.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<TokenTextChangingEventArgs> TokenTextChanging
vb
Public Event TokenTextChanging As EventHandler(Of TokenTextChangingEventArgs)

Event Data

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

PropertyDescription
HandledSpecifies whether the TokenEditorBehavior.TokenTextChanging event is handled.
NewTextGets the modified token text.
OldTextGets the old token text.
TextGets or sets a string that will replace the current token text.

Remarks

The TokenTextChanging event is raised before the token text is changed.

See Also

TokenEditorBehavior Class

TokenEditorBehavior Members

DevExpress.Xpf.Editors Namespace