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.v19.2.dll

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