A newer version of this page is available.
Switch to the current version.
AutoSuggestEditTextChangedEventArgs Class
Provides data for the AutoSuggestEdit.TextChanged event.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v19.2.dll
Declaration
public class AutoSuggestEditTextChangedEventArgs :
EventArgs
Public Class AutoSuggestEditTextChangedEventArgs
Inherits EventArgs
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.
See Also
Feedback