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