AutoCompleteTextBoxOnSelectionAdapterSelectionChanged Method |
Called when an element has been chosen in the suggestion list, but not commited yet. Synchronizes the Text property, sets cursor.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax protected virtual void OnSelectionAdapterSelectionChanged()
Protected Overridable Sub OnSelectionAdapterSelectionChanged
protected:
virtual void OnSelectionAdapterSelectionChanged()
abstract OnSelectionAdapterSelectionChanged : unit -> unit
override OnSelectionAdapterSelectionChanged : unit -> unit
See Also