TokenStateChangedEventArgs Class
In This Article
Provides data for the TokenEditorBehavior.TokenActivated and TokenEditorBehavior.TokenDeactivated events.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
Instances of the TokenStateChangedEventArgs class are automatically created, initialized and passed to corresponding event handlers.
A TokenStateChangedEventArgs object provides information about a token that has been activated or deactivated.
See Also