Back to Devexpress

TokenStateChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-f71a87d8.md

latest1.7 KB
Original Source

TokenStateChangedEventArgs Class

Provides data for the TokenEditorBehavior.TokenActivated and TokenEditorBehavior.TokenDeactivated events.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

TokenStateChangedEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs TokenStateChangedEventArgs

See Also

TokenStateChangedEventArgs Members

DevExpress.Xpf.Editors Namespace