Click or drag to resize

ShellAddressBarPathSelected Event

Occurs if a new path was set through the ShellAddressBar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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