TokenEditorBehavior.TokenDeactivated Event
Occurs when a token is deactivated.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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