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