TokenEditorBehavior.TokenActivated Event
Occurs when a token is activated.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The TokenActivated 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