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
Syntaxpublic 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: 
SystemEventHandler
RemarksContrary to the 
PathChanged event, PathSelected only occurs if the Path was changed in the AddressBar directly.
See Also