ExplorerBrowserNavigationComplete Event |
Occurs when navigating to a folder has been completed successfully.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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
EventHandler
See Also