Skip to main content

TokenTextChangingEventArgs(String, String) Constructor

Initializes a new instance of the TokenTextChangingEventArgs class.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TokenTextChangingEventArgs(
    string oldText,
    string newText
)

Parameters

Name Type Description
oldText String

A String value that is the old token text.

newText String

A String value that is the modified token text.

See Also