Back to Devexpress

TokensChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-9e1971b9.md

latest1.5 KB
Original Source

TokensChangingEventArgs Class

Provides data for the TokenEditorBehavior.TokensChanging event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

TokensChangingEventArgs is the data class for the following events:

Remarks

You can handle the TokenEditorBehavior.TokensChanging event to prevent a user from adding or removing tokens.

Inheritance

Object EventArgs TokensChangedEventArgs TokensChangingEventArgs

See Also

TokensChangingEventArgs Members

DevExpress.Xpf.Editors Namespace