Back to Devexpress

TokensChangedEventArgs Class

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

latest1.5 KB
Original Source

TokensChangedEventArgs Class

Provides data for the TokenEditorBehavior.TokensChanged event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

TokensChangedEventArgs is the data class for the following events:

Remarks

Instances of the TokensChangedEventArgs class are automatically created, initialized and passed to corresponding event handlers.

TokensChangedEventArgs objects provide information about the tokens that have been added or removed.

Inheritance

Object EventArgs TokensChangedEventArgs TokensChangingEventArgs

See Also

TokensChangedEventArgs Members

DevExpress.Xpf.Editors Namespace