| ExplorerBrowserNavigationComplete Event | 
 
            Occurs when navigating to a folder has been completed successfully.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic event EventHandler NavigationComplete
Public Event NavigationComplete As EventHandler
public:
 event EventHandler^ NavigationComplete {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member NavigationComplete : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler See Also
See Also