Click or drag to resize

ShellAddressBarPathSelected Event

Occurs if a new path was set through the ShellAddressBar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event EventHandler PathSelected

Value

Type: SystemEventHandler
Remarks
Contrary to the PathChanged event, PathSelected only occurs if the Path was changed in the AddressBar directly.
See Also