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

TokenTextChangingEventArgs(String, String) Constructor

Initializes a new instance of the TokenTextChangingEventArgs class.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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