WebViewLoadingEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic WebViewLoadingEventArgs(
Uri uri,
bool isMainFrame
)
Public Sub New (
uri As Uri,
isMainFrame As Boolean
)
new :
uri : Uri *
isMainFrame : bool -> WebViewLoadingEventArgs
Parameters
- uri
- Type: System.Uri
URI of the page that is loading. - isMainFrame
- Type: System.Boolean
If set to true the uri is for the main frame, otherwise false.
See Also