Click or drag to resize

ShellComboBoxBeforePathChange Event

Event is triggered before a new path is set. The new path can be rejected using the PathChangeCancelEventArgs.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public event EventHandler<PathChangeCancelEventArgs> BeforePathChange

Value

Type: SystemEventHandlerPathChangeCancelEventArgs
See Also