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