Click or drag to resize

SearchEditOnPropertyChanged Method

Called when one or more of the dependency properties that exist on the element have had their effective values changed.

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
Arguments for the associated event.
See Also