WebViewLoadedEventArgs Class |
Event arguments when the
WebView has finished loaded a uri
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public class WebViewLoadedEventArgs : EventArgs
Public Class WebViewLoadedEventArgs
Inherits EventArgs
type WebViewLoadedEventArgs =
class
inherit EventArgs
end
The WebViewLoadedEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Uri |
Gets the URI of the page that was loaded.
|
TopSee Also