Skip to main content

AutoSuggestEditTextChangedEventArgs(String, AutoSuggestEditChangeTextReason) Constructor

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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