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

AutoSuggestEditTextChangedEventArgs(String, AutoSuggestEditChangeTextReason) Constructor

Initializes a new instance of the AutoSuggestEditTextChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public AutoSuggestEditTextChangedEventArgs(
    string text,
    AutoSuggestEditChangeTextReason reason
)

Parameters

Name Type Description
text String

The new text.

reason AutoSuggestEditChangeTextReason

A reason of raising the event.

Remarks

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

See Also