Skip to main content

TokenEditorBehavior.TokenDeactivated Event

Occurs when a token is deactivated.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event EventHandler<TokenStateChangedEventArgs> TokenDeactivated

Event Data

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

Property Description
Token Gets the token that has been activated or deactivated.
Value Gets the value of the token that has been activated or deactivated.
See Also