Click or drag to resize

ShellAddressBarBeforePathChange Event

This event is fired before a path is selected in the control. Setting the path can be canceled.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event EventHandler<PathChangeCancelEventArgs> BeforePathChange

Value

Type: SystemEventHandlerPathChangeCancelEventArgs
See Also