Back to Devexpress

TokenActivatingEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-3d8a5c19.md

latest1.6 KB
Original Source

TokenActivatingEventArgs Class

Provides data for the TokenEditorBehavior.TokenActivating event.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TokenActivatingEventArgs :
    EventArgs
vb
Public Class TokenActivatingEventArgs
    Inherits EventArgs

TokenActivatingEventArgs is the data class for the following events:

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

TokenActivatingEventArgs Members

DevExpress.Xpf.Editors Namespace