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.2
Syntax
public event EventHandler<PathChangeCancelEventArgs> BeforePathChange

Value

EventHandlerPathChangeCancelEventArgs
See Also