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 (in ShellBrowser.dll) Version: 7.0
Syntax
public event EventHandler<PathChangeCancelEventArgs> BeforePathChange

Value

Type: SystemEventHandlerPathChangeCancelEventArgs
See Also