ExplorerBrowserNavigationComplete Event |
Occurs when navigating to a folder has been completed successfully.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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:
SystemEventHandlerSee Also