Back to Devexpress

TokenEditorBehavior.TokenDeactivated Event

wpf-devexpress-dot-xpf-dot-editors-dot-tokeneditorbehavior-4c2a0ec5.md

latest1.4 KB
Original Source

TokenEditorBehavior.TokenDeactivated Event

Occurs when a token is deactivated.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<TokenStateChangedEventArgs> TokenDeactivated
vb
Public Event TokenDeactivated As EventHandler(Of TokenStateChangedEventArgs)

Event Data

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

PropertyDescription
TokenGets the token that has been activated or deactivated.
ValueGets the value of the token that has been activated or deactivated.

See Also

TokenEditorBehavior Class

TokenEditorBehavior Members

DevExpress.Xpf.Editors Namespace