Skip to main content
A newer version of this page is available. .

TokenEditorBehavior.TokenDeactivated Event

Occurs when a token is deactivated.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.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