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