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.v18.2.dll

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