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

TokenActivatingEventArgs Class

Provides data for the TokenEditorBehavior.TokenActivating event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class TokenActivatingEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
TokenActivatingEventArgs
See Also