Click or drag to resize

SearchEditOnTextChanged Method

Is called when content in this editing control changes.

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

Parameters

e
Type: System.Windows.ControlsTextChangedEventArgs
The arguments that are associated with the TextChanged event.
See Also