AutoCompleteTextBoxOnSelectionAdapterCancel Method |
Called when the suggestion list is left without selection. Resets the Text property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax protected virtual void OnSelectionAdapterCancel()
Protected Overridable Sub OnSelectionAdapterCancel
protected:
virtual void OnSelectionAdapterCancel()
abstract OnSelectionAdapterCancel : unit -> unit
override OnSelectionAdapterCancel : unit -> unit
See Also