ShellAddressBarPathSelected Event |
Occurs if a new path was set through the ShellAddressBar.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event EventHandler PathSelected
Public Event PathSelected As EventHandler
public:
event EventHandler^ PathSelected {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member PathSelected : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks Contrary to the
PathChanged event, PathSelected only occurs if the Path was changed in the AddressBar directly.
See Also