[This is preliminary documentation and is subject to change.]
Occurs before the WebKitBrowser control navigates to a new document.
Namespace:
WebKitAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public event WebBrowserNavigatingEventHandler Navigating |
| Visual Basic (Declaration) |
|---|
Public Event Navigating As WebBrowserNavigatingEventHandler |
| Visual C++ |
|---|
public: event WebBrowserNavigatingEventHandler^ Navigating { void add (WebBrowserNavigatingEventHandler^ value); void remove (WebBrowserNavigatingEventHandler^ value); } |