Back to Devexpress

TokenTextChangingEventArgs Class

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

latest1.5 KB
Original Source

TokenTextChangingEventArgs Class

Provides data for the TokenEditorBehavior.TokenTextChanging event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

TokenTextChangingEventArgs is the data class for the following events:

Remarks

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

A TokenTextChangingEventArgs object provides information about a token whose text is modified.

Inheritance

Object EventArgs TokenTextChangingEventArgs

See Also

TokenTextChangingEventArgs Members

DevExpress.Xpf.Editors Namespace