Click or drag to resize

AutoCompleteTextBoxOnSelectedItemChanged Method

The selected item has changed.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public static void OnSelectedItemChanged(
	DependencyObject d,
	DependencyPropertyChangedEventArgs e
)

Parameters

d
Type: System.WindowsDependencyObject
The DependencyObject to process.
e
Type: System.WindowsDependencyPropertyChangedEventArgs
Event information to send to registered event handlers.
See Also