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

Value

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