Click or drag to resize

ShellContextMenuOnPropertyChanged Method

Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs) .

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