ShellListViewOnNavigationFailed Method |
Fires the NavigationFailed event.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void OnNavigationFailed(
string pPath
)
Protected Sub OnNavigationFailed (
pPath As String
)
protected:
void OnNavigationFailed(
String^ pPath
)
member OnNavigationFailed :
pPath : string -> unit Parameters
- pPath String
- The Path that cannot be opened.
See Also