TokenActivatingEventArgs Class
Provides data for the TokenEditorBehavior.TokenActivating event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
You can handle the TokenEditorBehavior.TokenActivating event to prevent a user from activating a token.
Instances of the TokenActivatingEventArgs class are automatically created, initialized and passed to corresponding event handlers.
See Also