Back to Devexpress

AutoSuggestEditTextChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-b8be7d50.md

latest1.6 KB
Original Source

AutoSuggestEditTextChangedEventArgs Class

Provides data for the AutoSuggestEdit.TextChanged event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class AutoSuggestEditTextChangedEventArgs :
    EventArgs
vb
Public Class AutoSuggestEditTextChangedEventArgs
    Inherits EventArgs

AutoSuggestEditTextChangedEventArgs is the data class for the following events:

Remarks

Use the event arguments’ Text property to get the new text, entered in editor’s text box. To get the reason of the text changing, use the Reason property.

Inheritance

Object EventArgs AutoSuggestEditTextChangedEventArgs

See Also

AutoSuggestEditTextChangedEventArgs Members

DevExpress.Xpf.Editors Namespace