| ExplorerBrowserPathChanged Event | 
            This event occurs if the path changed that the control displays.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
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
EventHandler See Also
See Also