ShellAddressBarPathChanged Event | 
  
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxpublic event EventHandler PathChanged
Public Event PathChanged As EventHandler
public:
 event EventHandler^ PathChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member PathChanged : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler
RemarksThe change can either be caused by the AddressBar directly or indirectly through synchronization.
See Also