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

TokenStateChangedEventArgs Class

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class TokenStateChangedEventArgs :
    EventArgs

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