AutoCompleteTextBoxOnSelectionAdapterCommit Method |
Called when an element has been chosen and confirmed in the suggestion list. Synchronizes the Text property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax protected virtual void OnSelectionAdapterCommit()
Protected Overridable Sub OnSelectionAdapterCommit
protected:
virtual void OnSelectionAdapterCommit()
abstract OnSelectionAdapterCommit : unit -> unit
override OnSelectionAdapterCommit : unit -> unit
See Also