Click or drag to resize

ShellAutoCompleteTextBoxOnPropertyChanged Method

Synchronizes the Location with the Text of the Control.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
)

Parameters

e
Type: System.WindowsDependencyPropertyChangedEventArgs
The event data that describes the property that changed, as well as old and new values.
See Also