WebViewLoadedEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WebViewLoadedEventArgs(
Uri uri
)
Public Sub New (
uri As Uri
)
new :
uri : Uri -> WebViewLoadedEventArgs
Parameters
- uri
- Type: SystemUri
URI of the page that was loaded.
See Also